CI Fix
This commit is contained in:
parent
80f69694e5
commit
787bc4af60
1 changed files with 2 additions and 1 deletions
3
sqllm.c
3
sqllm.c
|
@ -12,7 +12,8 @@ void ggml_vec_dot_q4_sq_fp16(const int n, float * restrict s, void * restrict v,
|
|||
|
||||
const int nb = n / 8;
|
||||
|
||||
#ifdef __ARM_NEON
|
||||
// #ifdef __ARM_NEON
|
||||
#if defined(__ARM_NEON) && defined(__ARM_FEATURE_FP16_VECTOR_ARITHMETIC)
|
||||
|
||||
// pointer initialization
|
||||
int32_t * baselut = v;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue