Modify dtrsm compiler options
This commit is contained in:
parent
5a991b7149
commit
d2f351d819
|
@ -96,10 +96,21 @@ STRSMKERNEL_LT = trsm_kernel_LT.S
|
|||
STRSMKERNEL_RN = trsm_kernel_LT.S
|
||||
STRSMKERNEL_RT = trsm_kernel_RT.S
|
||||
|
||||
ifndef DTRSMKERNEL_LN
|
||||
DTRSMKERNEL_LN = trsm_kernel_LN.S
|
||||
endif
|
||||
|
||||
ifndef DTRSMKERNEL_LT
|
||||
DTRSMKERNEL_LT = trsm_kernel_LT.S
|
||||
endif
|
||||
|
||||
ifndef DTRSMKERNEL_RN
|
||||
DTRSMKERNEL_RN = trsm_kernel_LT.S
|
||||
endif
|
||||
|
||||
ifndef DTRSMKERNEL_RT
|
||||
DTRSMKERNEL_RT = trsm_kernel_RT.S
|
||||
endif
|
||||
|
||||
CTRSMKERNEL_LN = ztrsm_kernel_LT.S
|
||||
CTRSMKERNEL_LT = ztrsm_kernel_LT.S
|
||||
|
|
|
@ -8,3 +8,7 @@ DGEMMONCOPYOBJ = dgemm_oncopy.o
|
|||
DGEMMOTCOPYOBJ = dgemm_otcopy.o
|
||||
|
||||
|
||||
DTRSMKERNEL_LN = trsm_kernel_LN_loongson3a.S
|
||||
DTRSMKERNEL_LT = trsm_kernel_LT_loongson3a.S
|
||||
DTRSMKERNEL_RN = trsm_kernel_RN_loongson3a.S
|
||||
DTRSMKERNEL_RT = trsm_kernel_RT_loongson3a.S
|
||||
|
|
Loading…
Reference in New Issue