Ticket #4378: hw_rounding.patch
File hw_rounding.patch, 674 bytes (added by , 12 years ago) |
---|
-
boost/numeric/interval/hw_rounding.hpp
29 29 # include <boost/numeric/interval/detail/alpha_rounding_control.hpp> 30 30 #elif defined(ia64) || defined(__ia64) || defined(__ia64__) 31 31 # include <boost/numeric/interval/detail/ia64_rounding_control.hpp> 32 #elif defined(i386) && defined(__SUNPRO_CC) 33 # include <boost/numeric/interval/detail/c99_rounding_control.hpp> 32 34 #endif 33 35 34 36 #if defined(BOOST_NUMERIC_INTERVAL_NO_HARDWARE) && (defined(__USE_ISOC99) || defined(__MSL__))