merged complete

This commit is contained in:
Concedo
2023-03-26 14:55:43 +08:00
parent 33b5d2c376
commit 053b20c8ca
3 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -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));
BIN
View File
Binary file not shown.
BIN
View File
Binary file not shown.