mirror of https://github.com/CGAL/cgal
parent
8637097561
commit
90543eefab
|
|
@ -29,7 +29,7 @@
|
|||
|
||||
#if defined ( _WIN32 )
|
||||
#define CGAL_ALIGN_16 __declspec(align(16))
|
||||
#elif defined( __GNU__ )
|
||||
#elif defined( __GNU__ ) || defined(__MINGW64__)
|
||||
#define CGAL_ALIGN_16 __attribute__((aligned(16)))
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue