ARM64: Rename kernel files to have consistent naming
This commit is contained in:
parent
ee6ea7e988
commit
cde3aee08b
|
@ -1,6 +1,6 @@
|
|||
include $(KERNELDIR)/KERNEL.ARMV8
|
||||
|
||||
SDOTKERNEL=dot-thunderx.c
|
||||
DDOTKERNEL=ddot-thunderx.c
|
||||
DAXPYKERNEL=daxpy-thunderx.c
|
||||
SDOTKERNEL=dot_thunderx.c
|
||||
DDOTKERNEL=ddot_thunderx.c
|
||||
DAXPYKERNEL=daxpy_thunderx.c
|
||||
|
||||
|
|
|
@ -8,7 +8,7 @@ DAXPYKERNEL = daxpy_thunderx2t99.S
|
|||
ifndef SMP
|
||||
DDOTKERNEL = ddot_thunderx2t99.S
|
||||
else
|
||||
DDOTKERNEL = ddot_thunderx2t99.c
|
||||
DDOTKERNEL = ddot_thunderx2t99_threaded.c
|
||||
endif
|
||||
|
||||
ifeq ($(DGEMM_UNROLL_M)x$(DGEMM_UNROLL_N), 8x4)
|
||||
|
|
Loading…
Reference in New Issue