Skip to content

Commit

Permalink
Merge pull request #4122 from pleroy/Clang
Browse files Browse the repository at this point in the history
Use SSE4.1 (introduced in 2007)
  • Loading branch information
pleroy authored Oct 26, 2024
2 parents 0170c93 + 891d1d1 commit 6235681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ SHARED_ARGS := \

ifeq ($(UNAME_S),Linux)
ifeq ($(UNAME_M),x86_64)
SHARED_ARGS += -m64
SHARED_ARGS += -m64 -msse4.1
else
SHARED_ARGS += -m32
endif
Expand Down

0 comments on commit 6235681

Please sign in to comment.