Used sgemm bulldozer kernel on 64 bit.
This commit is contained in:
parent
274246651d
commit
0133580148
|
@ -1,7 +1,7 @@
|
|||
ZGEMVNKERNEL = zgemv_n_dup.S
|
||||
ZGEMVTKERNEL = zgemv_t_dup.S
|
||||
|
||||
SGEMMKERNEL = gemm_kernel_8x4_barcelona.S
|
||||
SGEMMKERNEL = sgemm_kernel_8x4_bulldozer.S
|
||||
SGEMMINCOPY = ../generic/gemm_ncopy_8.c
|
||||
SGEMMITCOPY = ../generic/gemm_tcopy_8.c
|
||||
SGEMMONCOPY = gemm_ncopy_4_opteron.S
|
||||
|
|
Loading…
Reference in New Issue