Skip to content

Commit

Permalink
Removed -m3dnow option as it is not supported by Clang
Browse files Browse the repository at this point in the history
  • Loading branch information
sadko4u committed Nov 11, 2024
1 parent 09335a5 commit 3162823
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -114,7 +114,7 @@ CXX_HEADERS = $(foreach path,$(CXX_HDR_PATHS),$(call rwildcard, $(pa
CXX_INSTHEADERS = $(patsubst $(ARTIFACT_INC)/%,$(DESTDIR)$(INCDIR)/%,$(CXX_HEADERS))
DEP_FILE = $(patsubst %.o,%.d, $(@))

CXX_SSE_CFLAGS = -mmmx -m3dnow -msse
CXX_SSE_CFLAGS = -mmmx -msse
CXX_SSE2_CFLAGS = $(CXX_SSE_CFLAGS) -msse2
CXX_SSE3_CFLAGS = $(CXX_SSE2_CFLAGS) -msse3 -mssse3
CXX_SSE4_CFLAGS = $(CXX_SSE3_CFLAGS) -msse4 -msse4a -msse4.1 -msse4.2
Expand Down

0 comments on commit 3162823

Please sign in to comment.