ARM64: Rename kernel files to have consistent naming

This commit is contained in:
Ashwin Sekhar T K 2017-01-24 14:49:49 +05:30
parent ee6ea7e988
commit cde3aee08b
6 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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)