Skip to content

Commit 9e62f03

Browse files
committed
Fixed typo in comment
1 parent e621f62 commit 9e62f03

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ggml.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1997,8 +1997,8 @@ static void ggml_vec_dot_q4_0(const int n, float * restrict s, const void * rest
19971997
x_high_q = _mm256_sub_epi16( x_high_q, offset_8 );
19981998
x_low_q = _mm256_sub_epi16( x_low_q, offset_8 );
19991999

2000-
/* get input from x
2001-
Input: 32 Nibbles (16 bytes) at *x[i+u]
2000+
/* get input from y
2001+
Input: 32 Nibbles (16 bytes) at *y[i+u]
20022002
Output: 2 vectors with 16 values of type int16_t (y_high_q, y_low_q) */
20032003

20042004
/* Load 16 bytes from memory */

0 commit comments

Comments
 (0)