Fix ARM_NEON
This commit is contained in:
parent
93bce3c909
commit
d4dfc250cc
1 changed files with 1 additions and 1 deletions
|
@ -10106,7 +10106,7 @@ void ggml_vec_dot_iq3_s_q8_K (int n, float * GGML_RESTRICT s, size_t bs, const v
|
||||||
const uint8x16_t mask2 = vld1q_u8(k_mask2);
|
const uint8x16_t mask2 = vld1q_u8(k_mask2);
|
||||||
const int16x8_t hshift = vld1q_s16(k_shift);
|
const int16x8_t hshift = vld1q_s16(k_shift);
|
||||||
const uint16x8_t m256 = vdupq_n_u16(256);
|
const uint16x8_t m256 = vdupq_n_u16(256);
|
||||||
const uint16x8_t m1 = vdupq_n_u8(1);
|
const uint8x16_t m1 = vdupq_n_u8(1);
|
||||||
|
|
||||||
uint8x16x2_t vs;
|
uint8x16x2_t vs;
|
||||||
ggml_int8x16x4_t q3s;
|
ggml_int8x16x4_t q3s;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue