Browse Source
Fix build with -Werror=return-type
dgemm_tcopy_16_skylakex.c CNAME function should return an int, add a
return 0 similar to other files.
tags/v0.3.12
İsmail Dönmez
5 years ago
No known key found for this signature in database
GPG Key ID: BE04133F8FEC6368
1 changed files with
1 additions and
0 deletions
-
kernel/x86_64/dgemm_tcopy_16_skylakex.c
|
|
|
@@ -126,4 +126,5 @@ int CNAME(BLASLONG dim_second, BLASLONG dim_first, double *src, BLASLONG lead_di |
|
|
|
} |
|
|
|
src1 += src_inc; |
|
|
|
} |
|
|
|
return 0; |
|
|
|
} |