Skip to content

Commit

Permalink
Use SSE4.1 (introduced in 2007).
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed Oct 26, 2024
1 parent 9e84ca3 commit 891d1d1
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 891d1d1

Please sign in to comment.