Skip to content

Commit 555275a

Browse files
authored
make : add SSSE3 compilation use case (#1659)
1 parent 98ed165 commit 555275a

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -107,6 +107,10 @@ ifeq ($(UNAME_M),$(filter $(UNAME_M),x86_64 i686))
107107
# Usage AVX-only
108108
#CFLAGS += -mfma -mf16c -mavx
109109
#CXXFLAGS += -mfma -mf16c -mavx
110+
111+
# Usage SSSE3-only (Not is SSE3!)
112+
#CFLAGS += -mssse3
113+
#CXXFLAGS += -mssse3
110114
endif
111115

112116
ifneq ($(filter ppc64%,$(UNAME_M)),)

0 commit comments

Comments
 (0)