Re: git: d3338f3355a6 - main - Fix incorrect hypotl(3) result with subnormal numbers

Brandon Bergren bdragon at imap.cc
Thu Feb 11 01:29:37 UTC 2021



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
  bdragon at imap.cc


More information about the dev-commits-src-all mailing list