diff options
author | Stephan Walter <stephan@walter.name> | 2023-04-19 16:06:37 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-04-19 19:06:37 +0300 |
commit | f3d4edf504c19ee9d1381c5727fe38667205d979 (patch) | |
tree | f4f2e1dcd3babfe6a169189b848459f5455f5f0f /Makefile | |
parent | 8944a1329648c57bb7d66851170938230587a52c (diff) |
ggml : Q4 cleanup - remove 4-bit dot product code (#1061)
* Q4 cleanup
* Remove unused AVX512 Q4_0 code
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -36,7 +36,7 @@ CXXFLAGS = -I. -I./examples -O3 -DNDEBUG -std=c++11 -fPIC LDFLAGS = # warnings -CFLAGS += -Wall -Wextra -Wpedantic -Wcast-qual -Wdouble-promotion -Wshadow -Wstrict-prototypes -Wpointer-arith -Wno-unused-function +CFLAGS += -Wall -Wextra -Wpedantic -Wcast-qual -Wdouble-promotion -Wshadow -Wstrict-prototypes -Wpointer-arith CXXFLAGS += -Wall -Wextra -Wpedantic -Wcast-qual -Wno-unused-function -Wno-multichar # OS specific |