Browse Source

Merge pull request #1885 from brada4/freebsd

Fix freebsd clang compilation of skylakex
tags/v0.3.4
Martin Kroeker GitHub 7 years ago
parent
commit
b6363f4539
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/x86_64/sgemm_beta_skylakex.c

+ 1
- 1
kernel/x86_64/sgemm_beta_skylakex.c 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;



Loading…
Cancel
Save