mirror of
https://review.haiku-os.org/haiku
synced 2025-01-22 06:16:03 +01:00
dda1013cdb
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>