Skip to content

Commit a06338e

Browse files
mgiessingggerganov
andauthored
Update ggml/src/ggml-cpu/arch/powerpc/quants.c
Co-authored-by: Georgi Gerganov <[email protected]>
1 parent 537b504 commit a06338e

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

ggml/src/ggml-cpu/arch/powerpc/quants.c

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -335,15 +335,14 @@ void ggml_vec_dot_mxfp4_q8_0(int n, float * GGML_RESTRICT s, size_t bs, const vo
335335
vsumf0 = vec_add(vsumf0, vec_sld(vsumf0, vsumf0, 8));
336336
sumf = vec_extract(vsumf0, 0);
337337
*s = sumf;
338-
}
339338
#else
340339
UNUSED(x);
341340
UNUSED(y);
342341
UNUSED(ib);
343342
UNUSED(sumf);
344343
ggml_vec_dot_mxfp4_q8_0_generic(n, s, bs, vx, bx, vy, by, nrc);
345-
}
346344
#endif
345+
}
347346

348347
void ggml_vec_dot_q5_0_q8_0(int n, float * GGML_RESTRICT s, size_t bs, const void * GGML_RESTRICT vx, size_t bx, const void * GGML_RESTRICT vy, size_t by, int nrc) {
349348
const int qk = QK8_0;

0 commit comments

Comments
 (0)