Augustin Cavalier dda1013cdb posix/math: Use the GCC built-ins when possible for isnan(), etc.
glibc does the same. Technically, some of these builtins did
not exist / did not work before GCC 4.4, but the source tree
cannot be compiled with a version that old anyway.

x86_64 and _x86 need to keep the old functions for now, of
course; but all other architectures can probably feel free
to drop the s_isnan, etc. functions from their glibc.

This will make upcoming patches easier...

Change-Id: Ifb76ea74076553228c9741a8ee3ecb0e1cf736a3
Reviewed-on: https://review.haiku-os.org/c/haiku/+/2076
Reviewed-by: waddlesplash <waddlesplash@gmail.com>
2020-01-06 07:44:30 +00:00
..
2019-09-01 03:02:49 +00:00
2019-08-27 20:51:51 +02:00
2016-10-05 09:18:42 +02:00
2019-08-27 17:44:57 +02:00
2016-08-27 09:04:22 +02:00
2019-08-30 18:16:02 -04:00
2014-06-07 10:54:15 +02:00
2014-08-09 20:18:05 +02:00
2019-08-30 18:16:02 -04:00
2017-06-04 17:29:29 +02:00
2020-01-04 15:26:08 -05:00
2019-07-20 16:02:00 +00:00
2014-04-26 11:09:24 +02:00
2018-01-14 14:42:34 +00:00