More details for Stoermelder Pack-One, dynamic theme changes

Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
falkTX 2022-12-01 09:40:45 +00:00
parent 7a9365ed0d
commit 26f981f843
7 changed files with 16 additions and 12 deletions

View file

@ -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 {

View file

@ -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 {