Update of /cvsroot/boost/boost/boost/numeric/interval
In directory sc8-pr-cvs3.sourceforge.net:/tmp/cvs-serv14560

Modified Files:
      Tag: RC_1_34_0
        hw_rounding.hpp 
Log Message:
Minimal fix for supporting floating-point types on x86-64/MSVC (tested by 
Andreas Fabri).

Index: hw_rounding.hpp
===================================================================
RCS file: /cvsroot/boost/boost/boost/numeric/interval/hw_rounding.hpp,v
retrieving revision 1.8.2.1
retrieving revision 1.8.2.2
diff -u -d -r1.8.2.1 -r1.8.2.2
--- hw_rounding.hpp     24 Oct 2006 17:51:11 -0000      1.8.2.1
+++ hw_rounding.hpp     16 Mar 2007 10:43:29 -0000      1.8.2.2
@@ -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__)
+#if defined(__i386__) || defined(_M_IX86) || defined(__BORLANDC__) || 
defined(_M_X64)
 #  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>


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Boost-cvs mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/boost-cvs

Reply via email to