Skip to content

Commit 3899e57

Browse files
committed
Build on mac with only SSE
1 parent 1343ab8 commit 3899e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Config_FrameLib.xcconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ARCHS = x86_64 arm64
1010
MACOSX_DEPLOYMENT_TARGET = 10.9
1111
CLANG_CXX_LANGUAGE_STANDARD = c++11
1212
CLANG_CXX_LIBRARY = libc++
13-
CLANG_X86_VECTOR_INSTRUCTIONS = avx
13+
CLANG_X86_VECTOR_INSTRUCTIONS = sse4.2
1414

1515
LLVM_LTO = Monolithic
1616

0 commit comments

Comments
 (0)