Skip to content

Commit f89d04e

Browse files
committed
removed white spaces
1 parent a57fc34 commit f89d04e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cpu/vec.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -659,7 +659,7 @@ inline static void ggml_vec_scale_f16(const int n, ggml_fp16_t * y, const float
659659
GGML_F16x_VEC vx = GGML_F16x_VEC_SET1(v);
660660
const int np = (n & ~(ggml_f16_step - 1));
661661
svfloat16_t ay1, ay2;
662-
662+
663663
for (int i = 0; i < np; i += ggml_f16_step) {
664664
ay1 = GGML_F16x_VEC_LOAD(y + i + 0*ggml_f16_epr, 0);
665665
ay1 = GGML_F16x_VEC_MUL(ay1, vx);

0 commit comments

Comments
 (0)