Skip to content

Commit b6363f4

Browse files
authored
Merge pull request #1885 from brada4/freebsd
Fix freebsd clang compilation of skylakex
2 parents f72fdf5 + 19c4bdd commit b6363f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/x86_64/sgemm_beta_skylakex.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ int CNAME(BLASLONG m, BLASLONG n, BLASLONG dummy1, FLOAT beta,
5656
}
5757

5858
if (n == 0 || m == 0)
59-
return;
59+
return 0;
6060

6161
c_offset = c;
6262

0 commit comments

Comments
 (0)