Function name needs to be CNAME, set from outside to allow suffixing for dynamic_arch
authorMartin Kroeker <martin@ruby.chemie.uni-freiburg.de>
Thu, 4 Oct 2018 17:14:59 +0000 (19:14 +0200)
committerGitHub <noreply@github.com>
Thu, 4 Oct 2018 17:14:59 +0000 (19:14 +0200)
kernel/x86_64/dgemm_kernel_4x8_skylakex.c

index 4162611..8d0205c 100644 (file)
@@ -825,7 +825,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 
 int __attribute__ ((noinline))
-dgemm_kernel(BLASLONG m, BLASLONG n, BLASLONG k, double alpha, double * __restrict__ A, double * __restrict__ B, double * __restrict__ C, BLASLONG ldc)
+CNAME(BLASLONG m, BLASLONG n, BLASLONG k, double alpha, double * __restrict__ A, double * __restrict__ B, double * __restrict__ C, BLASLONG ldc)
 {
        unsigned long M=m, N=n, K=k;