More details for Stoermelder Pack-One, dynamic theme changes
Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
7a9365ed0d
commit
26f981f843
7 changed files with 16 additions and 12 deletions
|
@ -33,7 +33,7 @@
|
|||
#include <list>
|
||||
|
||||
/** NOTE alignas is required in some systems in order to allow SSE usage. */
|
||||
#define SIMD_ALIGN alignas(32)
|
||||
#define SIMD_ALIGN alignas(16)
|
||||
|
||||
|
||||
namespace rack {
|
||||
|
|
|
@ -31,7 +31,7 @@
|
|||
#include <pmmintrin.h>
|
||||
|
||||
/** NOTE alignas is required in some systems in order to allow SSE usage. */
|
||||
#define SIMD_ALIGN alignas(32)
|
||||
#define SIMD_ALIGN alignas(16)
|
||||
|
||||
|
||||
namespace rack {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue