mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-11 01:24:36 +00:00
test
This commit is contained in:
parent
e2aa7d944d
commit
80a1fcaeaf
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -313,8 +313,8 @@ ifneq ($(filter aarch64%,$(UNAME_M)),)
|
||||||
# Raspberry Pi 3, 4, Zero 2 (64-bit)
|
# Raspberry Pi 3, 4, Zero 2 (64-bit)
|
||||||
ifdef LLAMA_PORTABLE
|
ifdef LLAMA_PORTABLE
|
||||||
else
|
else
|
||||||
CFLAGS += -mcpu=native
|
CFLAGS += -mcpu=native -U__ARM_FEATURE_SVE
|
||||||
CXXFLAGS += -mcpu=native
|
CXXFLAGS += -mcpu=native -U__ARM_FEATURE_SVE
|
||||||
endif
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue