X-Git-Url: https://git.donarmstrong.com/?p=rsem.git;a=blobdiff_plain;f=boost%2Fmath%2Fspecial_functions%2Fdetail%2Flanczos_sse2.hpp;h=f8846bf376448b2fdbc7d4bbde0521e7956c9d95;hp=6a3f3e5347e49570b3acfbf360a9e11a50085107;hb=2d71eb92104693ca9baa5a2e1c23eeca776d8fd3;hpb=da57529b92adbb7ae74a89861cb39fb35ac7c62d diff --git a/boost/math/special_functions/detail/lanczos_sse2.hpp b/boost/math/special_functions/detail/lanczos_sse2.hpp index 6a3f3e5..f8846bf 100644 --- a/boost/math/special_functions/detail/lanczos_sse2.hpp +++ b/boost/math/special_functions/detail/lanczos_sse2.hpp @@ -13,7 +13,7 @@ #include #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(const double& x) } // namespace math } // namespace boost +#undef ALIGN16 + #endif // BOOST_MATH_SPECIAL_FUNCTIONS_LANCZOS +