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 657 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. ifndef SCABS_KERNEL
  2. SCABS_KERNEL = ../generic/cabs.c
  3. endif
  4. ifndef DCABS_KERNEL
  5. DCABS_KERNEL = ../generic/cabs.c
  6. endif
  7. ifndef QCABS_KERNEL
  8. QCABS_KERNEL = ../generic/cabs.c
  9. endif
  10. ifndef LSAME_KERNEL
  11. LSAME_KERNEL = ../generic/lsame.c
  12. endif
  13. ifndef SGEMM_BETA
  14. SGEMM_BETA = ../generic/gemm_beta.c
  15. endif
  16. ifndef DGEMM_BETA
  17. DGEMM_BETA = ../generic/gemm_beta.c
  18. endif
  19. ifndef CGEMM_BETA
  20. CGEMM_BETA = ../generic/zgemm_beta.c
  21. endif
  22. ifndef ZGEMM_BETA
  23. ZGEMM_BETA = ../generic/zgemm_beta.c
  24. endif
  25. ifndef SROTMKERNEL
  26. SROTMKERNEL = ../generic/rotm.c
  27. endif
  28. ifndef DROTMKERNEL
  29. DROTMKERNEL = ../generic/rotm.c
  30. endif
  31. ifndef QROTMKERNEL
  32. QROTMKERNEL = ../generic/rotm.c
  33. endif