aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/x86_64
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2020-12-23 14:02:02 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2020-12-24 06:05:40 +0530
commit94547d9209db483c17285599a0c22085067361f0 (patch)
treecaae072fb2da5b7433fbe8aff154b8bb5f26d39e /sysdeps/x86_64
parentb7f88156174f9bbf9c9393651b2ad0cdd3893e83 (diff)
downloadglibc-94547d9209db483c17285599a0c22085067361f0.tar
glibc-94547d9209db483c17285599a0c22085067361f0.tar.gz
glibc-94547d9209db483c17285599a0c22085067361f0.tar.bz2
glibc-94547d9209db483c17285599a0c22085067361f0.zip
x86 long double: Support pseudo numbers in isnanl
This syncs up isnanl behaviour with gcc. Also move the isnanl implementation to sysdeps/x86 and remove the sysdeps/x86_64 version. Reviewed-by: Adhemerval Zanella <adhemerval.zanella@linaro.org>
Diffstat (limited to 'sysdeps/x86_64')
-rw-r--r--sysdeps/x86_64/fpu/s_isnanl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/x86_64/fpu/s_isnanl.c b/sysdeps/x86_64/fpu/s_isnanl.c
deleted file mode 100644
index 06e69c3aeb..0000000000
--- a/sysdeps/x86_64/fpu/s_isnanl.c
+++ /dev/null
@@ -1 +0,0 @@
-#include <sysdeps/i386/fpu/s_isnanl.c>