disable audio SSE intrinsics

found this to be a problem when compiling with clang on M1 macs, so just disabling for the time being
This commit is contained in:
Noel Berry 2023-01-02 13:16:13 -08:00 committed by GitHub
parent 90cb51110d
commit 1b02339f63
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -10,6 +10,7 @@
#endif
#define CUTE_SOUND_IMPLEMENTATION
#define CUTE_SOUND_SCALAR_MODE
#include "third_party/cute_sound.h"
namespace Blah