Apple Silicon Build Support

Disable ARM NEON optimizations for audio, as used in libretro-common/audio/conversion
Allows for building Apple Silicon (arm64) and arm64/x86_64 fat-binary versions of RetroArch for macOS.
This commit is contained in:
Tyler Loch 2020-11-25 15:22:49 -06:00 committed by GitHub
parent 4dcc556ec9
commit ffbcd92e2d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1751,6 +1751,7 @@
"-DHAVE_COCOA_METAL",
"-UHAVE_GLSL",
"-UHAVE_OPENGL",
"-DDONT_WANT_ARM_OPTIMIZATIONS",
);
OTHER_CODE_SIGN_FLAGS = "--deep --timestamp";
OTHER_CPLUSPLUSFLAGS = (
@ -1786,6 +1787,7 @@
"-DHAVE_COCOA_METAL",
"-UHAVE_GLSL",
"-UHAVE_OPENGL",
"-DDONT_WANT_ARM_OPTIMIZATIONS",
);
OTHER_CODE_SIGN_FLAGS = "--deep --timestamp";
OTHER_CPLUSPLUSFLAGS = (