parent
eeca4a220c
commit
8cd13f3a55
|
@ -84,7 +84,7 @@ Allocate memory aligned to a 16 byte boundry
|
|||
#if defined(__sun)
|
||||
#define HAVE_MEMALIGN
|
||||
/* Linux x86_64 and OSX always align allocations to 16 bytes */
|
||||
#elif !defined(__amd64__) && !defined(__APPLE__)
|
||||
#elif !defined(__amd64__) && !defined(__APPLE__) && !defined(_AIX)
|
||||
#define HAVE_MEMALIGN
|
||||
#include <malloc.h>
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue