summaryrefslogtreecommitdiff
path: root/boost/numeric/interval/detail/x86gcc_rounding_control.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/numeric/interval/detail/x86gcc_rounding_control.hpp')
-rw-r--r--boost/numeric/interval/detail/x86gcc_rounding_control.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/numeric/interval/detail/x86gcc_rounding_control.hpp b/boost/numeric/interval/detail/x86gcc_rounding_control.hpp
index da5513b552..9cedab83db 100644
--- a/boost/numeric/interval/detail/x86gcc_rounding_control.hpp
+++ b/boost/numeric/interval/detail/x86gcc_rounding_control.hpp
@@ -15,7 +15,7 @@
# error This header only works with GNU CC.
#endif
-#ifndef __i386__
+#if !defined(__i386__) && !defined(__x86_64__)
# error This header only works on x86 CPUs.
#endif