mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2025-09-10 17:14:36 +00:00
test
This commit is contained in:
parent
ddfd82bca1
commit
5a263a5bd4
1 changed files with 7 additions and 5 deletions
12
Makefile
12
Makefile
|
@ -311,11 +311,13 @@ endif # LLAMA_METAL
|
||||||
ifneq ($(filter arm64% aarch64%,$(UNAME_M)),)
|
ifneq ($(filter arm64% aarch64%,$(UNAME_M)),)
|
||||||
# Apple M1, M2, etc.
|
# Apple M1, M2, etc.
|
||||||
# Raspberry Pi 3, 4, Zero 2 (64-bit)
|
# Raspberry Pi 3, 4, Zero 2 (64-bit)
|
||||||
ifdef LLAMA_PORTABLE
|
ifdef LLAMA_PORTABLE
|
||||||
else
|
CFLAGS +=
|
||||||
CFLAGS += -mcpu=native
|
CXXFLAGS +=
|
||||||
CXXFLAGS += -mcpu=native
|
else
|
||||||
endif
|
CFLAGS += -mcpu=native
|
||||||
|
CXXFLAGS += -mcpu=native
|
||||||
|
endif
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(filter armv6%,$(UNAME_M)),)
|
ifneq ($(filter armv6%,$(UNAME_M)),)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue