mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-08 13:59:12 +02:00
allow sse3 in failsafe
This commit is contained in:
@@ -108,7 +108,8 @@ ifeq ($(UNAME_M),$(filter $(UNAME_M),x86_64 i686))
|
||||
# old library NEEDS mf16c to work. so we must build with it. new one doesnt
|
||||
ifeq ($(OS),Windows_NT)
|
||||
CFLAGS +=
|
||||
NONECFLAGS += -mno-sse3
|
||||
NONECFLAGS +=
|
||||
# -mno-sse3
|
||||
SIMPLECFLAGS += -mavx -msse3
|
||||
FULLCFLAGS += -mavx2 -msse3 -mfma -mf16c -mavx
|
||||
else
|
||||
|
||||
Reference in New Issue
Block a user