Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
LostRuins committed Dec 9, 2024
1 parent ddfd82b commit 5a263a5
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -311,11 +311,13 @@ endif # LLAMA_METAL
ifneq ($(filter arm64% aarch64%,$(UNAME_M)),)
# Apple M1, M2, etc.
# Raspberry Pi 3, 4, Zero 2 (64-bit)
ifdef LLAMA_PORTABLE
else
CFLAGS += -mcpu=native
CXXFLAGS += -mcpu=native
endif
ifdef LLAMA_PORTABLE
CFLAGS +=
CXXFLAGS +=
else
CFLAGS += -mcpu=native
CXXFLAGS += -mcpu=native
endif
endif

ifneq ($(filter armv6%,$(UNAME_M)),)
Expand Down

0 comments on commit 5a263a5

Please sign in to comment.