Update ggml.c
This commit is contained in:
parent
257ffd9955
commit
e216a2f133
2
ggml.c
2
ggml.c
|
|
@ -1342,7 +1342,7 @@ static void ggml_vec_dot_f32(int n, float * restrict s, size_t bs, const float *
|
||||||
UNUSED(by);
|
UNUSED(by);
|
||||||
UNUSED(bs);
|
UNUSED(bs);
|
||||||
|
|
||||||
#if defined(GGML_SIMD)
|
#ifdef GGML_SIMD
|
||||||
float sumf = 0.0f;
|
float sumf = 0.0f;
|
||||||
const int np = (n & ~(GGML_F32_STEP - 1));
|
const int np = (n & ~(GGML_F32_STEP - 1));
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue