Ticket #6411: boost-tr1.patch

File boost-tr1.patch, 591 bytes (added by Petr Machata <pmachata@…>, 11 years ago)
  • boost/math/special_functions/detail/lanczos_sse2.hpp

    diff -urp boost_1_48_0~/boost/math/special_functions/detail/lanczos_sse2.hpp boost_1_48_0/boost/math/special_functions/detail/lanczos_sse2.hpp
    old new  
    1313#include <emmintrin.h>
    1414
    1515#if defined(__GNUC__) || defined(__PGI)
    16 #define ALIGN16 __attribute__((aligned(16)))
     16#define ALIGN16 __attribute__((__aligned__(16)))
    1717#else
    1818#define ALIGN16 __declspec(align(16))
    1919#endif