We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e59224 commit a63cbafCopy full SHA for a63cbaf
ggml/src/ggml-cpu/arch/arm/repack.cpp
@@ -24,7 +24,7 @@
24
25
#define UNUSED GGML_UNUSED
26
27
-#if defined(__aarch64__) && defined(__ARM_NEON) && defined(__ARM_FEATURE_MATMUL_INT8)
+#if defined(__aarch64__) && defined(__ARM_NEON) && (defined(__ARM_FEATURE_MATMUL_INT8) || defined(__ARM_FEATURE_DOTPROD))
28
static inline void decode_q4_Kx8_scales_mins(const uint8_t * scales_in,
29
int16x8_t * out_mins,
30
int8_t * out_scales) {
0 commit comments