On Wed, Feb 10, 2021, at 4:30 PM, Dimitry Andric wrote:
> + volatile long double a = 0x1.b2933cafa0bb7p-16383L;
> + volatile long double b = 0x1.fffffffffffffp-16351L;
> + volatile long double e = 0x1.fffffffffffffp-16351L;
These are compile errors on most platforms. I believe these constants are
specific to the x86-centric 80-bit long double format, whereas all other
platforms use either 64-bit or 128-bit long doubles.
--
Brandon Bergren
bdra...@imap.cc
_______________________________________________
dev-commits-src-main@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/dev-commits-src-main
To unsubscribe, send any mail to "dev-commits-src-main-unsubscr...@freebsd.org"