[Info-vax] xcc long double implementation
David Jones
osuvman50 at gmail.com
Fri Sep 3 10:19:26 EDT 2021
On Friday, September 3, 2021 at 9:04:44 AM UTC-4, Phillip Helbig (undress to reply) wrote:
> In article <05e25c54-dd73-496c... at googlegroups.com>,
> Can I conclude from that that you are getting the OSU server to run on
> x86?
No. The OSU server's code doesn't use long double. SQLite uses long double, but
fortunately it's a soft requirement and you can substitute using a double. It only
uses long double (for best precision) in a few places related to converting text
representations of floating point numbers to the REAL data type (IEEE 64 bit format).
The host I'm using doesn't have the tcpip$*.h headers in the X86$LIBRARY
directory right now, complicating a cross build of the OSU server.
More information about the Info-vax
mailing list