--- Source/Math/BlockMultiplierPlatform.h.old 2017-07-07 12:36:28.290807773 +0200 +++ Source/Math/BlockMultiplierPlatform.h 2017-07-07 12:37:05.878425807 +0200 @@ -10,9 +10,9 @@ #else #ifdef __GNUC__ #include -#define ALIGNED_ALLOC(bytes,alignment) aligned_alloc(alignment,bytes) +#include +#define ALIGNED_ALLOC(bytes,alignment) memalign(alignment,bytes) #define ALIGNED_FREE(ptr) free(ptr) -//#define FORCEINLINE __attribute__((always_inline)) #define FORCEINLINE inline #endif #endif