|
Boost-Commit : |
From: troy_at_[hidden]
Date: 2007-06-05 18:26:16
Author: troy
Date: 2007-06-05 18:26:15 EDT (Tue, 05 Jun 2007)
New Revision: 4460
URL: http://svn.boost.org/trac/boost/changeset/4460
Log:
Dunno, but we'll try it. Hopefully the tests will pick up if this is wrong.
Text files modified:
sandbox-branches/boost-cmake/boost_1_34_0/boost/numeric/interval/detail/x86gcc_rounding_control.hpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Modified: sandbox-branches/boost-cmake/boost_1_34_0/boost/numeric/interval/detail/x86gcc_rounding_control.hpp
==============================================================================
--- sandbox-branches/boost-cmake/boost_1_34_0/boost/numeric/interval/detail/x86gcc_rounding_control.hpp (original)
+++ sandbox-branches/boost-cmake/boost_1_34_0/boost/numeric/interval/detail/x86gcc_rounding_control.hpp 2007-06-05 18:26:15 EDT (Tue, 05 Jun 2007)
@@ -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
Boost-Commit list run by bdawes at acm.org, david.abrahams at rcn.com, gregod at cs.rpi.edu, cpdaniel at pacbell.net, john at johnmaddock.co.uk