Skip to content

Commit

Permalink
make : add SSSE3 compilation use case (#1659)
Browse files Browse the repository at this point in the history
  • Loading branch information
rankaiyx authored Jun 10, 2023
1 parent 98ed165 commit 555275a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,6 +107,10 @@ ifeq ($(UNAME_M),$(filter $(UNAME_M),x86_64 i686))
# Usage AVX-only
#CFLAGS += -mfma -mf16c -mavx
#CXXFLAGS += -mfma -mf16c -mavx

# Usage SSSE3-only (Not is SSE3!)
#CFLAGS += -mssse3
#CXXFLAGS += -mssse3
endif

ifneq ($(filter ppc64%,$(UNAME_M)),)
Expand Down

0 comments on commit 555275a

Please sign in to comment.