diff --git a/ggml.c b/ggml.c index ddec2dc17..c9a4e8675 100644 --- a/ggml.c +++ b/ggml.c @@ -755,7 +755,7 @@ void dequantize_row_q4_0(const void * restrict x, float * restrict y, int k) { const uint8_t * restrict pd = ((const uint8_t *)x + 0*bs); const uint8_t * restrict pb = ((const uint8_t *)x + 0*bs + sizeof(float)); -#if defined(__AVX2__) +#if defined(__AVX2__) for (int i = 0; i < nb; i++) { // scale factor const __m256 d_v = _mm256_broadcast_ss((const float *) (pd + i*bs)); diff --git a/llamacpp.dll b/llamacpp.dll index fc57fe6cb..11ecb4fa2 100644 Binary files a/llamacpp.dll and b/llamacpp.dll differ diff --git a/main.exe b/main.exe index e71b84e79..6eeeeff11 100644 Binary files a/main.exe and b/main.exe differ