Update Makefile to add SSSE3 compilation use cases
This commit is contained in:
parent
ffb06a345e
commit
62ddbc6cd9
1 changed files with 4 additions and 0 deletions
4
Makefile
4
Makefile
|
@ -104,6 +104,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)),)
|
||||
POWER9_M := $(shell grep "POWER9" /proc/cpuinfo)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue