Skip to content

Commit 9292363

Browse files
authored
Merge pull request #28 from powturbo/revert-27-m4_compile_error
Revert "fix compile error on apple m4"
2 parents 2771ef3 + ab44a71 commit 9292363

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

CMakeLists.txt

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -47,12 +47,7 @@ elseif(ARCH_AARCH64)
4747
set(MARCH "-march=armv8-a")
4848
else()
4949
set(MARCH "-march=native")
50-
if(CMAKE_SYSTEM_PROCESSOR MATCHES "arm64")
51-
## apple m not support sse
52-
else ()
53-
## only x86_64 support
54-
set(MSSE "-mssse3")
55-
endif ()
50+
set(MSSE "-mssse3")
5651
endif()
5752

5853
# Object library is just a bunch of object files.

0 commit comments

Comments
 (0)