summaryrefslogtreecommitdiff
path: root/boost/numeric/interval/hw_rounding.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/numeric/interval/hw_rounding.hpp')
-rw-r--r--boost/numeric/interval/hw_rounding.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/boost/numeric/interval/hw_rounding.hpp b/boost/numeric/interval/hw_rounding.hpp
index d0062567f8..574b2433a1 100644
--- a/boost/numeric/interval/hw_rounding.hpp
+++ b/boost/numeric/interval/hw_rounding.hpp
@@ -1,6 +1,6 @@
/* Boost interval/hw_rounding.hpp template implementation file
*
- * Copyright 2002 Hervé Brönnimann, Guillaume Melquiond, Sylvain Pion
+ * Copyright 2002 Hervé Brönnimann, Guillaume Melquiond, Sylvain Pion
* Copyright 2005 Guillaume Melquiond
*
* Distributed under the Boost Software License, Version 1.0.
@@ -21,6 +21,8 @@
# include <boost/numeric/interval/detail/c99_rounding_control.hpp>
#elif defined(__i386__) || defined(_M_IX86) || defined(__BORLANDC__) || defined(_M_X64)
# include <boost/numeric/interval/detail/x86_rounding_control.hpp>
+#elif defined(__i386) && defined(__SUNPRO_CC)
+# 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>
#elif defined(sparc) || defined(__sparc__)