x86 long double: Support pseudo numbers in isnanl
commit94547d9209db483c17285599a0c22085067361f0
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Wed, 23 Dec 2020 08:32:02 +0000 (23 14:02 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 24 Dec 2020 00:35:40 +0000 (24 06:05 +0530)
treecaae072fb2da5b7433fbe8aff154b8bb5f26d39e
parentb7f88156174f9bbf9c9393651b2ad0cdd3893e83
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>
sysdeps/x86/fpu/s_isnanl.c [moved from sysdeps/i386/fpu/s_isnanl.c with 76% similarity]
sysdeps/x86_64/fpu/s_isnanl.c [deleted file]