diff options
author | MITSUNARI Shigeo <herumi@nifty.com> | 2018-11-07 11:30:05 +0800 |
---|---|---|
committer | MITSUNARI Shigeo <herumi@nifty.com> | 2018-11-07 11:30:05 +0800 |
commit | 1c5d9d36a8d9cbc747818bbc200cb82fefb00232 (patch) | |
tree | a7faac42693d2fe5c227d679eb298efa88202cdc | |
parent | 3533d2cf53f8a127f69f36af734ca6c302530457 (diff) | |
download | tangerine-mcl-1c5d9d36a8d9cbc747818bbc200cb82fefb00232.tar.gz tangerine-mcl-1c5d9d36a8d9cbc747818bbc200cb82fefb00232.tar.zst tangerine-mcl-1c5d9d36a8d9cbc747818bbc200cb82fefb00232.zip |
-mavx option is unnecessary
-rw-r--r-- | common.mk | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -79,7 +79,6 @@ else ifeq ($(MARCH),) ifeq ($(INTEL),1) # CFLAGS_OPT+=-march=native - CFLAGS_OPT+=-mavx endif else CFLAGS_OPT+=$(MARCH) |