From 2a4b37fe0d327633bce41913858ba51dfb32aec1 Mon Sep 17 00:00:00 2001 From: Concedo <39025047+LostRuins@users.noreply.github.com> Date: Mon, 9 Dec 2024 23:04:33 +0800 Subject: [PATCH] Revert "test" This reverts commit 80a1fcaeaf649375564c25d90eabc08d07ad77d0. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index dc6d722bf..a4216ceed 100644 --- a/Makefile +++ b/Makefile @@ -313,8 +313,8 @@ ifneq ($(filter aarch64%,$(UNAME_M)),) # Raspberry Pi 3, 4, Zero 2 (64-bit) ifdef LLAMA_PORTABLE else - CFLAGS += -mcpu=native -U__ARM_FEATURE_SVE - CXXFLAGS += -mcpu=native -U__ARM_FEATURE_SVE + CFLAGS += -mcpu=native + CXXFLAGS += -mcpu=native endif endif