What is the portable 128-bit floating point type?

Yuri yuri at rawbw.com
Sat May 25 19:42:51 UTC 2019


'long double' is 12 bytes on i386 and 16 bytes on amd64.

There is a gcc-specific  __float128 type: 
https://stackoverflow.com/questions/13516476/long-double-gcc-specific-and-float128


Yuri




More information about the freebsd-hackers mailing list