We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a5af83 commit 53edcd7Copy full SHA for 53edcd7
1 file changed
SLiM.xcodeproj/project.pbxproj
@@ -5468,6 +5468,8 @@
5468
"$(OTHER_CFLAGS)",
5469
"-fno-math-errno",
5470
);
5471
+ PER_ARCH_CFLAGS_arm64 = "-DEIDOS_HAS_NEON=1";
5472
+ PER_ARCH_CFLAGS_x86_64 = "-mavx2 -mfma -DEIDOS_HAS_AVX2=1 -DEIDOS_HAS_FMA=1";
5473
SDKROOT = macosx;
5474
STRIP_STYLE = debugging;
5475
WARNING_CFLAGS = "-Wimplicit-fallthrough";
@@ -5534,6 +5536,8 @@
5534
5536
5535
5537
5538
5539
5540
5541
5542
5543
0 commit comments