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

123456789101112131415161718192021222324252627282930
  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