Memory alignment is needed on macOS after all

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-11-25 23:27:26 +00:00
parent 8cdc958c1e
commit e22d492ea1
3 changed files with 1 additions and 9 deletions

View file

@ -33,11 +33,7 @@
#include <list>
/** NOTE alignas is required in some systems in order to allow SSE usage. */
#ifndef ARCH_MAC
#define SIMD_ALIGN alignas(32)
#else
#define SIMD_ALIGN
#endif
namespace rack {