Skip to content

Commit 758a46a

Browse files
committed
Remove an unnecessary return statement that was accidentally committed
1 parent f1fc512 commit 758a46a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ggml/src/ggml.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2720,7 +2720,6 @@ inline static __m256 ggml_v_expf(__m256 x) {
27202720
x = _mm256_min_ps(x, h_lim);
27212721

27222722
return _mm256_castsi256_ps(_mm256_cvttps_epi32(_mm256_fmadd_ps(log2e, x, bias)));
2723-
return x;
27242723
}
27252724

27262725
// computes silu x/(1+exp(-x)) in single precision vector

0 commit comments

Comments
 (0)