Alex Richardson
221622ec0c
lib/msun: Avoid FE_INEXACT for x86 log2l/log10l
...
This fixes tests/lib/msun/logarithm_test after compiling the test with
-fno-builtin (D28577). Adding invln10_lo + invln10_10 results in
FE_INEXACT (for all inputs) and the same for the log2l invln2_lo + invln2_hi.
This patch avoids FE_INEXACT (for exact results such as 0) by defining a
constant and using that.
Reviewed By: dim
Differential Revision: https://reviews.freebsd.org/D28786
2021-03-08 09:39:32 +00:00
..
2021-02-04 15:03:05 +00:00
2021-01-27 19:19:00 +00:00
2020-11-10 19:09:35 +00:00
2021-03-02 18:32:22 -05:00
2021-03-03 16:20:29 +00:00
2021-01-07 09:31:03 +00:00
2021-01-04 20:48:48 +01:00
2020-10-07 21:56:58 +00:00
2021-01-07 09:31:03 +00:00
2021-01-25 15:09:26 +00:00
2021-01-08 09:23:16 -08:00
2020-11-13 23:18:04 +00:00
2021-03-04 13:32:42 +01:00
2020-12-29 14:26:06 +00:00
2021-01-26 22:19:36 +01:00
2021-03-05 21:07:07 +01:00
2021-01-07 09:31:03 +00:00
2021-02-01 17:11:49 -08:00
2021-02-01 17:11:49 -08:00
2020-10-23 16:35:23 +00:00
2020-11-24 22:10:33 +00:00
2021-01-07 09:31:03 +00:00
2021-03-04 07:45:48 -07:00
2021-02-23 20:08:10 +02:00
2021-03-05 04:15:55 -05:00
2021-03-03 18:50:45 -05:00
2021-01-13 23:56:18 -06:00
2020-10-09 19:12:44 +00:00
2020-11-06 21:33:59 +00:00
2020-12-10 21:06:06 +00:00
2020-11-02 15:01:37 +00:00
2021-02-23 19:14:05 -05:00
2020-10-09 19:12:44 +00:00
2021-02-15 15:54:18 -07:00
2020-11-05 16:47:23 +00:00
2021-02-01 09:32:07 +00:00
2021-02-22 17:55:45 +00:00
2020-10-09 19:12:44 +00:00
2021-01-08 13:58:35 -06:00
2020-10-09 19:12:44 +00:00
2021-02-09 23:42:27 +01:00
2021-01-12 12:45:44 +02:00
2021-02-21 11:38:21 +02:00
2020-12-14 11:56:16 +00:00
2020-12-12 11:23:52 +00:00
2021-03-06 21:19:30 -09:00
2021-01-04 16:20:26 +01:00
2021-01-03 11:26:46 -08:00
2021-03-08 09:39:32 +00:00
2021-03-01 13:22:15 +00:00
2021-02-18 15:59:34 +01:00
2021-02-10 15:25:14 +00:00