summaryrefslogtreecommitdiff
path: root/boost/math/special_functions/detail/lanczos_sse2.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'boost/math/special_functions/detail/lanczos_sse2.hpp')
-rw-r--r--boost/math/special_functions/detail/lanczos_sse2.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/boost/math/special_functions/detail/lanczos_sse2.hpp b/boost/math/special_functions/detail/lanczos_sse2.hpp
index edef3a0412..b2dd7ea292 100644
--- a/boost/math/special_functions/detail/lanczos_sse2.hpp
+++ b/boost/math/special_functions/detail/lanczos_sse2.hpp
@@ -12,7 +12,7 @@
#include <emmintrin.h>
-#if defined(__GNUC__) || defined(__PGI)
+#if defined(__GNUC__) || defined(__PGI) || defined(__SUNPRO_CC)
#define ALIGN16 __attribute__((__aligned__(16)))
#else
#define ALIGN16 __declspec(align(16))