about summary refs log tree commit diff
path: root/sysdeps/x86/fpu
diff options
context:
space:
mode:
authorSiddhesh Poyarekar <siddhesh@sourceware.org>2021-01-04 17:40:04 +0530
committerSiddhesh Poyarekar <siddhesh@sourceware.org>2021-01-04 20:49:56 +0530
commit8cc1e39a3691a8cba7c6033138531f11d3032385 (patch)
treed4ecb8f953c6c6ec3f081127f9dc0fe9c310d605 /sysdeps/x86/fpu
parent252864544afa45feb28f8ef505056f17eccd3073 (diff)
downloadglibc-8cc1e39a3691a8cba7c6033138531f11d3032385.tar.gz
glibc-8cc1e39a3691a8cba7c6033138531f11d3032385.tar.xz
glibc-8cc1e39a3691a8cba7c6033138531f11d3032385.zip
Drop nan-pseudo-number.h usage from tests
Make the tests use TEST_COND_intel96 to decide on whether to build the
unnormal tests instead of the macro in nan-pseudo-number.h and then
drop the header inclusion.  This unbreaks test runs on all
architectures that do not have ldbl-96.

Also drop the HANDLE_PSEUDO_NUMBERS macro since it is not used
anywhere.
Diffstat (limited to 'sysdeps/x86/fpu')
-rw-r--r--sysdeps/x86/fpu/nan-pseudo-number.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/sysdeps/x86/fpu/nan-pseudo-number.h b/sysdeps/x86/fpu/nan-pseudo-number.h
index e4e015b09f..84a05ea040 100644
--- a/sysdeps/x86/fpu/nan-pseudo-number.h
+++ b/sysdeps/x86/fpu/nan-pseudo-number.h
@@ -19,7 +19,6 @@
 #ifndef NAN_PSEUDO_NUMBER_H
 #define NAN_PSEUDO_NUMBER_H	1
 
-#define HANDLE_PSEUDO_NUMBERS 1
 /* Pseudo numbers on x86 are always signaling.  */
 static inline int
 is_pseudo_signaling (uint32_t exi, uint32_t hxi)