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

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

Index: msvc_rounding_control.hpp
===================================================================
RCS file: 
/cvsroot/boost/boost/boost/numeric/interval/detail/msvc_rounding_control.hpp,v
retrieving revision 1.4
retrieving revision 1.4.10.1
diff -u -d -r1.4 -r1.4.10.1
--- msvc_rounding_control.hpp   19 Aug 2004 05:45:18 -0000      1.4
+++ msvc_rounding_control.hpp   16 Mar 2007 10:43:29 -0000      1.4.10.1
@@ -17,6 +17,9 @@
 
 #include <float.h>      // MSVC rounding control
 
+// Although the function is called _control87, it seems to work for
+// other FPUs too, so it does not have to be changed to _controlfp.
+
 namespace boost {
 namespace numeric {
 namespace interval_lib {


-------------------------------------------------------------------------
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