Files
OpenBLAS/kernel/arm64/KERNEL.THUNDERX
Andrew Pinski 95649dee28 THUNDERX: Add optimized version of daxpy
This is better for single core but does not change anything for multiple cores
2017-01-11 11:18:36 +05:30

7 lines
118 B
Plaintext

include $(KERNELDIR)/KERNEL.ARMV8
SDOTKERNEL=dot-thunderx.c
DDOTKERNEL=ddot-thunderx.c
DAXPYKERNEL=daxpy-thunderx.c