summaryrefslogtreecommitdiff
path: root/lib/msun
diff options
context:
space:
mode:
authorWarner Losh <imp@FreeBSD.org>2020-10-24 23:21:22 +0000
committerWarner Losh <imp@FreeBSD.org>2020-10-24 23:21:22 +0000
commite369c79ca08bc49202dc9d79c64e21b00b6b689d (patch)
tree93157f39d89a72ca115d6b924e72f4c2a37c1dde /lib/msun
parentf90045602bbfe6c7db7ca04baca95a0dd9bd746e (diff)
downloadsrc-test2-e369c79ca08bc49202dc9d79c64e21b00b6b689d.tar.gz
src-test2-e369c79ca08bc49202dc9d79c64e21b00b6b689d.zip
Notes
Diffstat (limited to 'lib/msun')
-rw-r--r--lib/msun/src/math.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/msun/src/math.h b/lib/msun/src/math.h
index 6ce45cbb5280..fee69498708a 100644
--- a/lib/msun/src/math.h
+++ b/lib/msun/src/math.h
@@ -34,11 +34,11 @@ extern const union __nan_un {
float __uf;
} __nan;
-#if __GNUC_PREREQ__(3, 3) || (defined(__INTEL_COMPILER) && __INTEL_COMPILER >= 800)
+#if __GNUC_PREREQ__(3, 3)
#define __MATH_BUILTIN_CONSTANTS
#endif
-#if __GNUC_PREREQ__(3, 0) && !defined(__INTEL_COMPILER)
+#if __GNUC_PREREQ__(3, 0)
#define __MATH_BUILTIN_RELOPS
#endif