Boost logo

Boost-Commit :

From: troy_at_[hidden]
Date: 2007-05-29 14:54:35


Author: troy
Date: 2007-05-29 14:54:33 EDT (Tue, 29 May 2007)
New Revision: 4353
URL: http://svn.boost.org/trac/boost/changeset/4353

Log:

going to take a guess... x86_64 on amd it is.

Text files modified:
   sandbox-branches/boost-cmake/boost_1_34_0/boost/numeric/interval/hw_rounding.hpp | 2 +-
   1 files changed, 1 insertions(+), 1 deletions(-)

Modified: sandbox-branches/boost-cmake/boost_1_34_0/boost/numeric/interval/hw_rounding.hpp
==============================================================================
--- sandbox-branches/boost-cmake/boost_1_34_0/boost/numeric/interval/hw_rounding.hpp (original)
+++ sandbox-branches/boost-cmake/boost_1_34_0/boost/numeric/interval/hw_rounding.hpp 2007-05-29 14:54:33 EDT (Tue, 29 May 2007)
@@ -17,7 +17,7 @@
 #define BOOST_NUMERIC_INTERVAL_NO_HARDWARE
 
 // define appropriate specialization of rounding_control for built-in types
-#if defined(__i386__) || defined(_M_IX86) || defined(__BORLANDC__) || defined(_M_X64)
+#if defined(__i386__) || defined(_M_IX86) || defined(__BORLANDC__) || defined(_M_X64) || defined(__x86_64)
 # include <boost/numeric/interval/detail/x86_rounding_control.hpp>
 #elif defined(powerpc) || defined(__powerpc__) || defined(__ppc__)
 # include <boost/numeric/interval/detail/ppc_rounding_control.hpp>


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