From 1b02339f63ac0c55e84d394d2f05fc857e47d1db Mon Sep 17 00:00:00 2001 From: Noel Berry Date: Mon, 2 Jan 2023 13:16:13 -0800 Subject: [PATCH] disable audio SSE intrinsics found this to be a problem when compiling with clang on M1 macs, so just disabling for the time being --- src/blah_audio.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/blah_audio.cpp b/src/blah_audio.cpp index ee60ad2..0647976 100644 --- a/src/blah_audio.cpp +++ b/src/blah_audio.cpp @@ -10,6 +10,7 @@ #endif #define CUTE_SOUND_IMPLEMENTATION +#define CUTE_SOUND_SCALAR_MODE #include "third_party/cute_sound.h" namespace Blah