Ticket #4378: hw_rounding.patch

File hw_rounding.patch, 674 bytes (added by sergey.sprogis@…, 12 years ago)

adds 2 lines into boost/numeric/interval/hw_rounding.hpp

  • boost/numeric/interval/hw_rounding.hpp

     
    2929#  include <boost/numeric/interval/detail/alpha_rounding_control.hpp>
    3030#elif defined(ia64) || defined(__ia64) || defined(__ia64__)
    3131#  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> 
    3234#endif
    3335
    3436#if defined(BOOST_NUMERIC_INTERVAL_NO_HARDWARE) && (defined(__USE_ISOC99) || defined(__MSL__))