]> git.donarmstrong.com Git - rsem.git/blobdiff - boost/math/special_functions/detail/lanczos_sse2.hpp
Updated boost to v1.55.0
[rsem.git] / boost / math / special_functions / detail / lanczos_sse2.hpp
index 6a3f3e5347e49570b3acfbf360a9e11a50085107..f8846bf376448b2fdbc7d4bbde0521e7956c9d95 100644 (file)
@@ -13,7 +13,7 @@
 #include <emmintrin.h>
 
 #if defined(__GNUC__) || defined(__PGI)
-#define ALIGN16 __attribute__((aligned(16)))
+#define ALIGN16 __attribute__((__aligned__(16)))
 #else
 #define ALIGN16 __declspec(align(16))
 #endif
@@ -194,8 +194,11 @@ inline double lanczos13m53::lanczos_sum_expG_scaled<double>(const double& x)
 } // namespace math
 } // namespace boost
 
+#undef ALIGN16
+
 #endif // BOOST_MATH_SPECIAL_FUNCTIONS_LANCZOS
 
 
 
 
+