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.

KERNEL 675 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546
  1. ifndef SNRM2KERNEL
  2. SNRM2KERNEL = nrm2.c
  3. endif
  4. ifndef DNRM2KERNEL
  5. DNRM2KERNEL = nrm2.c
  6. endif
  7. ifndef CNRM2KERNEL
  8. CNRM2KERNEL = znrm2.c
  9. endif
  10. ifndef ZNRM2KERNEL
  11. ZNRM2KERNEL = znrm2.c
  12. endif
  13. ifndef SCABS_KERNEL
  14. SCABS_KERNEL = ../generic/cabs.c
  15. endif
  16. ifndef DCABS_KERNEL
  17. DCABS_KERNEL = ../generic/cabs.c
  18. endif
  19. ifndef QCABS_KERNEL
  20. QCABS_KERNEL = ../generic/cabs.c
  21. endif
  22. ifndef LSAME_KERNEL
  23. LSAME_KERNEL = ../generic/lsame.c
  24. endif
  25. ifndef SGEMM_BETA
  26. SGEMM_BETA = ../generic/gemm_beta.c
  27. endif
  28. ifndef DGEMM_BETA
  29. DGEMM_BETA = ../generic/gemm_beta.c
  30. endif
  31. ifndef CGEMM_BETA
  32. CGEMM_BETA = ../generic/zgemm_beta.c
  33. endif
  34. ifndef ZGEMM_BETA
  35. ZGEMM_BETA = ../generic/zgemm_beta.c
  36. endif