Date: Sat, 25 May 2019 12:42:26 -0700 From: Yuri <yuri@rawbw.com> To: Freebsd hackers list <freebsd-hackers@FreeBSD.org> Subject: What is the portable 128-bit floating point type? Message-ID: <eb15d9e4-c1d4-3886-a3b7-1264c12396cd@rawbw.com>
next in thread | raw e-mail | index | archive | help
'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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?eb15d9e4-c1d4-3886-a3b7-1264c12396cd>