Skip to content

Commit cb49e0f

Browse files
ikawrakowKawrakow
andauthored
Attempt to fix android build (#5752)
Co-authored-by: Iwan Kawrakow <iwan.kawrakow@gmail.com>
1 parent 0becb22 commit cb49e0f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ggml-quants.c

+3-3
Original file line numberDiff line numberDiff line change
@@ -10464,9 +10464,9 @@ void ggml_vec_dot_iq4_xs_q8_K(int n, float * restrict s, size_t bs, const void *
1046410464
#if defined __ARM_NEON
1046510465
const int8x16_t values = vld1q_s8(kvalues_iq4nl);
1046610466
const uint8x16_t m4b = vdupq_n_u8(0x0f);
10467-
uint8x16x2_t q4bits;
10468-
int8x16x4_t q4b;
10469-
int8x16x4_t q8b;
10467+
ggml_uint8x16x2_t q4bits;
10468+
ggml_int8x16x4_t q4b;
10469+
ggml_int8x16x4_t q8b;
1047010470
int32x4_t prod_1, prod_2;
1047110471

1047210472
float sumf = 0;

0 commit comments

Comments
 (0)