|
|
@@ -31,11 +31,11 @@ DAXPYKERNEL = daxpy.c |
|
|
CAXPYKERNEL = caxpy.c |
|
|
CAXPYKERNEL = caxpy.c |
|
|
ZAXPYKERNEL = zaxpy.c |
|
|
ZAXPYKERNEL = zaxpy.c |
|
|
|
|
|
|
|
|
STRMMKERNEL = sgemm_kernel_16x4_haswell.S |
|
|
|
|
|
SGEMMKERNEL = sgemm_kernel_16x4_haswell.S |
|
|
|
|
|
|
|
|
STRMMKERNEL = sgemm_kernel_8x4_haswell.c |
|
|
|
|
|
SGEMMKERNEL = sgemm_kernel_8x4_haswell.c |
|
|
SGEMM_BETA = sgemm_beta_skylakex.c |
|
|
SGEMM_BETA = sgemm_beta_skylakex.c |
|
|
SGEMMINCOPY = ../generic/gemm_ncopy_16.c |
|
|
|
|
|
SGEMMITCOPY = ../generic/gemm_tcopy_16.c |
|
|
|
|
|
|
|
|
SGEMMINCOPY = ../generic/gemm_ncopy_8.c |
|
|
|
|
|
SGEMMITCOPY = ../generic/gemm_tcopy_8.c |
|
|
SGEMMONCOPY = sgemm_ncopy_4_skylakex.c |
|
|
SGEMMONCOPY = sgemm_ncopy_4_skylakex.c |
|
|
SGEMMOTCOPY = ../generic/gemm_tcopy_4.c |
|
|
SGEMMOTCOPY = ../generic/gemm_tcopy_4.c |
|
|
SGEMMINCOPYOBJ = sgemm_incopy$(TSUFFIX).$(SUFFIX) |
|
|
SGEMMINCOPYOBJ = sgemm_incopy$(TSUFFIX).$(SUFFIX) |
|
|
|