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
parent
commit
4a1d00f589
No known key found for this signature in database GPG Key ID: BE04133F8FEC6368
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      kernel/x86_64/dgemm_tcopy_16_skylakex.c

+ 1
- 0
kernel/x86_64/dgemm_tcopy_16_skylakex.c View File

@@ -126,4 +126,5 @@ int CNAME(BLASLONG dim_second, BLASLONG dim_first, double *src, BLASLONG lead_di
}
src1 += src_inc;
}
return 0;
}

Loading…
Cancel
Save