Merge pull request #1885 from brada4/freebsd
Fix freebsd clang compilation of skylakex
This commit is contained in:
commit
b6363f4539
|
@ -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;
|
||||
|
||||
|
|
Loading…
Reference in New Issue