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
|
include $(KERNELDIR)/KERNEL.ARMV8
|
||||||
|
|
||||||
SDOTKERNEL=dot-thunderx.c
|
SDOTKERNEL=dot_thunderx.c
|
||||||
DDOTKERNEL=ddot-thunderx.c
|
DDOTKERNEL=ddot_thunderx.c
|
||||||
DAXPYKERNEL=daxpy-thunderx.c
|
DAXPYKERNEL=daxpy_thunderx.c
|
||||||
|
|
||||||
|
|
|
@ -8,7 +8,7 @@ DAXPYKERNEL = daxpy_thunderx2t99.S
|
||||||
ifndef SMP
|
ifndef SMP
|
||||||
DDOTKERNEL = ddot_thunderx2t99.S
|
DDOTKERNEL = ddot_thunderx2t99.S
|
||||||
else
|
else
|
||||||
DDOTKERNEL = ddot_thunderx2t99.c
|
DDOTKERNEL = ddot_thunderx2t99_threaded.c
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifeq ($(DGEMM_UNROLL_M)x$(DGEMM_UNROLL_N), 8x4)
|
ifeq ($(DGEMM_UNROLL_M)x$(DGEMM_UNROLL_N), 8x4)
|
||||||
|
|
Loading…
Reference in New Issue