Merge pull request #1885 from brada4/freebsd

Fix freebsd clang compilation of skylakex
This commit is contained in:
Martin Kroeker 2018-11-25 22:20:13 +01:00 committed by GitHub
commit b6363f4539
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ int CNAME(BLASLONG m, BLASLONG n, BLASLONG dummy1, FLOAT beta,
}
if (n == 0 || m == 0)
return;
return 0;
c_offset = c;