Fix Darwin flags - was incorrectly always using the Linux else clause

This commit is contained in:
Tienshiao Ma 2022-11-28 23:29:34 -08:00 committed by Georgi Gerganov
parent 4698dcdb52
commit e7f09a0a61

View File

@ -60,8 +60,7 @@ ifeq ($(UNAME_M),x86_64)
ifneq (,$(findstring AVX2,$(AVX2_M)))
CFLAGS += -mavx2
endif
endif
ifeq ($(UNAME_S),Linux)
else ifeq ($(UNAME_S),Linux)
AVX1_M := $(shell grep "avx " /proc/cpuinfo)
ifneq (,$(findstring avx,$(AVX1_M)))
CFLAGS += -mavx