Modify single precision compiler conditions, increasing single precision kernel code on Loongson3a.

This commit is contained in:
traz
2011-05-27 09:47:17 +00:00
parent 5ca4e51df0
commit fc84909115
3 changed files with 2584 additions and 4 deletions
+11
View File
@@ -91,10 +91,21 @@ ifndef ZGEMM_BETA
ZGEMM_BETA = ../generic/zgemm_beta.c
endif
ifndef STRSMKERNEL_LN
STRSMKERNEL_LN = trsm_kernel_LN.S
endif
ifndef STRSMKERNEL_LT
STRSMKERNEL_LT = trsm_kernel_LT.S
endif
ifndef STRSMKERNEL_RN
STRSMKERNEL_RN = trsm_kernel_LT.S
endif
ifndef STRSMKERNEL_RT
STRSMKERNEL_RT = trsm_kernel_RT.S
endif
ifndef DTRSMKERNEL_LN
DTRSMKERNEL_LN = trsm_kernel_LN.S