aboutsummaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorChris Robinson <[email protected]>2019-03-18 20:27:25 -0700
committerChris Robinson <[email protected]>2019-03-18 20:27:25 -0700
commit73a43fb19c2f8eeb724094ec0fb84088513450f7 (patch)
tree314d3ae6707865afbafde7ec65a700762c1770b5 /config.h.in
parent2de1d17bc6b07ec4e7680f1c46e147eeaa269f05 (diff)
Don't bother trying _controlfp or __control87_2
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 0 insertions, 6 deletions
diff --git a/config.h.in b/config.h.in
index fb67228a..cf46274d 100644
--- a/config.h.in
+++ b/config.h.in
@@ -158,12 +158,6 @@
/* Define if we have SSE intrinsics */
#cmakedefine HAVE_SSE_INTRINSICS
-/* Define if we have _controlfp() */
-#cmakedefine HAVE__CONTROLFP
-
-/* Define if we have __control87_2() */
-#cmakedefine HAVE___CONTROL87_2
-
/* Define if we have pthread_setschedparam() */
#cmakedefine HAVE_PTHREAD_SETSCHEDPARAM