Skip to content

Commit dca3c06

Browse files
committed
make : remove unused -DGGML_BIG_ENDIAN
1 parent 69fdbb9 commit dca3c06

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Makefile

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -213,10 +213,6 @@ ifneq ($(filter ppc64%,$(UNAME_M)),)
213213
CFLAGS += -mcpu=power9
214214
CXXFLAGS += -mcpu=power9
215215
endif
216-
# Require c++23's std::byteswap for big-endian support.
217-
ifeq ($(UNAME_M),ppc64)
218-
CXXFLAGS += -std=c++23 -DGGML_BIG_ENDIAN
219-
endif
220216
endif
221217

222218
else

0 commit comments

Comments
 (0)