Fixed the LDBL_* macros in include/float.h for x86-64: as said
commit262eec3e8361d25682387df7a077e4afcea96fd3
authorVincent Lefevre <vincent@vinc17.net>
Sun, 12 Jan 2014 21:26:09 +0000 (12 22:26 +0100)
committerVincent Lefevre <vincent@vinc17.net>
Sun, 12 Jan 2014 21:26:09 +0000 (12 22:26 +0100)
tree4aec9f9180b3d05cc3db5199f62fffc5afee2e96
parent8e724128e8233c1e0addef8f0860e33194bd9ab9
Fixed the LDBL_* macros in include/float.h for x86-64: as said
when x86-64 support was added, "for long double, we use x87 FPU".
And indeed, tests show that Intel's extended precision is used,
not double precision.
include/float.h