Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 10 Feb 2021 19:29:15 -0600
From:      "Brandon Bergren" <bdragon@imap.cc>
To:        "Dimitry Andric" <dim@FreeBSD.org>, src-committers@FreeBSD.org, dev-commits-src-all@FreeBSD.org, dev-commits-src-main@FreeBSD.org
Subject:   =?UTF-8?Q?Re:_git:_d3338f3355a6_-_main_-_Fix_incorrect_hypotl(3)_result_?= =?UTF-8?Q?with_subnormal_numbers?=
Message-ID:  <a8dc0026-2bbc-42aa-b3dd-95b4bf8f9f87@www.fastmail.com>
In-Reply-To: <202102102230.11AMUgms090712@gitrepo.freebsd.org>
References:  <202102102230.11AMUgms090712@gitrepo.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help


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@imap.cc



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?a8dc0026-2bbc-42aa-b3dd-95b4bf8f9f87>