You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758
  1. CSUMKERNEL=csum.S
  2. ifndef SNRM2KERNEL
  3. SNRM2KERNEL = ../arm/nrm2.c
  4. endif
  5. ifndef DNRM2KERNEL
  6. DNRM2KERNEL = ../arm/nrm2.c
  7. endif
  8. ifndef CNRM2KERNEL
  9. CNRM2KERNEL = ../arm/znrm2.c
  10. endif
  11. ifndef ZNRM2KERNEL
  12. ZNRM2KERNEL = ../arm/znrm2.c
  13. endif
  14. ifndef SCABS_KERNEL
  15. SCABS_KERNEL = ../generic/cabs.c
  16. endif
  17. ifndef DCABS_KERNEL
  18. DCABS_KERNEL = ../generic/cabs.c
  19. endif
  20. ifndef QCABS_KERNEL
  21. QCABS_KERNEL = ../generic/cabs.c
  22. endif
  23. ifndef LSAME_KERNEL
  24. LSAME_KERNEL = ../generic/lsame.c
  25. endif
  26. ifndef SGEMM_BETA
  27. SGEMM_BETA = ../generic/gemm_beta.c
  28. endif
  29. ifndef DGEMM_BETA
  30. DGEMM_BETA = ../generic/gemm_beta.c
  31. endif
  32. ifndef CGEMM_BETA
  33. CGEMM_BETA = ../generic/zgemm_beta.c
  34. endif
  35. ifndef ZGEMM_BETA
  36. ZGEMM_BETA = ../generic/zgemm_beta.c
  37. endif
  38. ifndef SROTMKERNEL
  39. SROTMKERNEL = ../generic/rotm.c
  40. endif
  41. ifndef DROTMKERNEL
  42. DROTMKERNEL = ../generic/rotm.c
  43. endif
  44. ifndef QROTMKERNEL
  45. QROTMKERNEL = ../generic/rotm.c
  46. endif