Skip to content

Commit 014fb01

Browse files
dudutataronaeo
andauthored
add endif macro comment
Co-authored-by: Aaron Teo <[email protected]>
1 parent df16d10 commit 014fb01

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ggml/src/ggml-cpu/vec.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -440,7 +440,7 @@ ggml_float ggml_vec_centered_variance_f32(const int n, float * y, const float *
440440
val = _mm_add_ps(val, tmp);
441441
tmp = _mm_movehl_ps(tmp, val);
442442
val = _mm_add_ss(val, tmp);
443-
#endif
443+
#endif // __AVX__ || __AVX2__ || __AVX512F__
444444
sum += (ggml_float)_mm_cvtss_f32(val);
445445
}
446446
#elif defined(__ARM_NEON) && defined(__aarch64__)

0 commit comments

Comments
 (0)