Skip to content

Commit 53edcd7

Browse files
committed
another try with the project file
1 parent 2a5af83 commit 53edcd7

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

SLiM.xcodeproj/project.pbxproj

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5468,6 +5468,8 @@
54685468
"$(OTHER_CFLAGS)",
54695469
"-fno-math-errno",
54705470
);
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";
54715473
SDKROOT = macosx;
54725474
STRIP_STYLE = debugging;
54735475
WARNING_CFLAGS = "-Wimplicit-fallthrough";
@@ -5534,6 +5536,8 @@
55345536
"$(OTHER_CFLAGS)",
55355537
"-fno-math-errno",
55365538
);
5539+
PER_ARCH_CFLAGS_arm64 = "-DEIDOS_HAS_NEON=1";
5540+
PER_ARCH_CFLAGS_x86_64 = "-mavx2 -mfma -DEIDOS_HAS_AVX2=1 -DEIDOS_HAS_FMA=1";
55375541
SDKROOT = macosx;
55385542
STRIP_STYLE = debugging;
55395543
WARNING_CFLAGS = "-Wimplicit-fallthrough";

0 commit comments

Comments
 (0)