Skip to content

Commit

Permalink
CI Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
chooper1 committed Sep 19, 2023
1 parent 80f6969 commit 787bc4a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sqllm.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 787bc4a

Please sign in to comment.