Memory alignment is needed on macOS after all
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
8cdc958c1e
commit
e22d492ea1
3 changed files with 1 additions and 9 deletions
|
@ -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 {
|
||||
|
|
|
@ -31,11 +31,7 @@
|
|||
#include <pmmintrin.h>
|
||||
|
||||
/** 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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue