Revert "test"

This reverts commit 80a1fcaeaf.
This commit is contained in:
Concedo 2024-12-09 23:04:33 +08:00
parent 80a1fcaeaf
commit 2a4b37fe0d

View file

@ -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 -U__ARM_FEATURE_SVE CFLAGS += -mcpu=native
CXXFLAGS += -mcpu=native -U__ARM_FEATURE_SVE CXXFLAGS += -mcpu=native
endif endif
endif endif