OpenBLAS/kernel/generic
Rajalakshmi Srinivasaraghavan d23419accc powerpc: Optimized SHGEMM kernel for POWER10
This patch introduces new optimized version of SHGEMM kernel
using power10 Matrix-Multiply Assist (MMA) feature introduced in
POWER ISA v3.1. This patch makes use of new POWER10 compute instructions
for matrix multiplication operation.

Tested on simulator and there are no new test failures.
2020-06-25 22:19:08 -05:00
..
cabs.c Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
dot.c added optimized sdot- and dsdot-kernel, written in C 2014-06-30 14:46:38 +02:00
geadd.c Refs #509. Fixed geadd building bug with DYNAMIC_ARCH=1. 2015-02-26 01:47:11 +08:00
gemm_beta.c RFC : Add half precision gemm for bfloat16 in OpenBLAS 2020-04-14 14:55:08 -05:00
gemm_ncopy_1.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
gemm_ncopy_2.c RFC : Add half precision gemm for bfloat16 in OpenBLAS 2020-04-14 14:55:08 -05:00
gemm_ncopy_4.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
gemm_ncopy_6.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
gemm_ncopy_8.c powerpc: Optimized SHGEMM kernel for POWER10 2020-06-25 22:19:08 -05:00
gemm_ncopy_16.c powerpc: Optimized SHGEMM kernel for POWER10 2020-06-25 22:19:08 -05:00
gemm_tcopy_1.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
gemm_tcopy_2.c RFC : Add half precision gemm for bfloat16 in OpenBLAS 2020-04-14 14:55:08 -05:00
gemm_tcopy_4.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
gemm_tcopy_6.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
gemm_tcopy_8.c powerpc: Optimized SHGEMM kernel for POWER10 2020-06-25 22:19:08 -05:00
gemm_tcopy_16.c powerpc: Optimized SHGEMM kernel for POWER10 2020-06-25 22:19:08 -05:00
gemmkernel_2x2.c Fix DYNAMIC_ARCH compilation errors 2020-04-15 09:09:50 -05:00
ger.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
imatcopy_cn.c Improved Ximatcopy when lda==ldb. 2015-09-07 14:36:16 +02:00
imatcopy_ct.c Improved Ximatcopy when lda==ldb. 2015-09-07 14:36:16 +02:00
imatcopy_rn.c Improved Ximatcopy when lda==ldb. 2015-09-07 14:36:16 +02:00
imatcopy_rt.c Improved Ximatcopy when lda==ldb. 2015-09-07 14:36:16 +02:00
laswp_ncopy_1.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
laswp_ncopy_2.c add missing brackets to silence indentation warnings gcc721 2018-01-19 23:11:12 +01:00
laswp_ncopy_4.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
laswp_ncopy_8.c LAPACK helpers in C that need care too 2018-01-02 14:38:50 +01:00
lsame.c Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
neg_tcopy_1.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
neg_tcopy_2.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
neg_tcopy_4.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
neg_tcopy_8.c LAPACK helpers in C that need care too 2018-01-02 14:38:50 +01:00
neg_tcopy_16.c LAPACK helpers in C that need care too 2018-01-02 14:38:50 +01:00
symm_lcopy_1.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
symm_lcopy_2.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
symm_lcopy_4.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
symm_lcopy_6.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
symm_lcopy_8.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
symm_lcopy_16.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
symm_ucopy_1.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
symm_ucopy_2.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
symm_ucopy_4.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
symm_ucopy_6.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
symm_ucopy_8.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
symm_ucopy_16.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
symv_k.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trmm_lncopy_1.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trmm_lncopy_2.c Eliminate 2-8 dead increments code 2017-11-26 13:26:11 +01:00
trmm_lncopy_4.c more dead increments clang4 scan-build deadcode.deadstores 2017-11-26 17:24:08 +01:00
trmm_lncopy_6.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trmm_lncopy_8.c Eliminate remaining unused results in kernels (clang5 analyzer) 2018-01-01 20:54:39 +01:00
trmm_lncopy_16.c fix small typo 2018-09-09 16:52:25 +02:00
trmm_ltcopy_1.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trmm_ltcopy_2.c Revert changes from PR#1419 2018-05-17 11:40:08 +02:00
trmm_ltcopy_4.c core.IdenticalExpr clang501 checker 2018-01-19 23:17:43 +01:00
trmm_ltcopy_6.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trmm_ltcopy_8.c Eliminate 2-8 dead increments code 2017-11-26 13:26:11 +01:00
trmm_ltcopy_16.c warning cleanup (#1380) 2017-12-05 19:54:10 +01:00
trmm_uncopy_1.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trmm_uncopy_2.c Eliminate 2-8 dead increments code 2017-11-26 13:26:11 +01:00
trmm_uncopy_4.c more dead increments clang4 scan-build deadcode.deadstores 2017-11-26 17:24:08 +01:00
trmm_uncopy_6.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trmm_uncopy_8.c Eliminate 2-8 dead increments code 2017-11-26 13:26:11 +01:00
trmm_uncopy_16.c warning cleanup (#1380) 2017-12-05 19:54:10 +01:00
trmm_utcopy_1.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trmm_utcopy_2.c Revert changes from PR#1419 2018-05-17 11:40:08 +02:00
trmm_utcopy_4.c Revert changes from PR#1419 2018-05-17 11:40:08 +02:00
trmm_utcopy_6.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trmm_utcopy_8.c Eliminate remaining unused results in kernels (clang5 analyzer) 2018-01-01 20:54:39 +01:00
trmm_utcopy_16.c Revert changes from PR#1419 2018-05-17 11:40:08 +02:00
trmmkernel_2x2.c Initialize values to silence cppcheck 2018-01-12 22:35:00 +01:00
trmmkernel_4x4.c # The first commit's message is: 2014-11-11 22:19:23 +08:00
trmmkernel_4x8.c modified haswell parameter dgemm_unroll_n 2015-06-13 10:28:27 +02:00
trmmkernel_8x2.c Initialize values to silence cppcheck 2018-01-12 22:35:00 +01:00
trmmkernel_16x2.c Initialize values to silence cppcheck 2018-01-12 22:35:00 +01:00
trsm_kernel_LN.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trsm_kernel_LT.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trsm_kernel_RN.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trsm_kernel_RT.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trsm_lncopy_1.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trsm_lncopy_2.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trsm_lncopy_4.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trsm_lncopy_6.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trsm_lncopy_8.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trsm_lncopy_16.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trsm_ltcopy_1.c Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
trsm_ltcopy_2.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trsm_ltcopy_4.c Revert changes from PR#1419 2018-05-17 11:40:08 +02:00
trsm_ltcopy_6.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trsm_ltcopy_8.c Eliminate 2-8 dead increments code 2017-11-26 13:26:11 +01:00
trsm_ltcopy_16.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trsm_uncopy_1.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trsm_uncopy_2.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trsm_uncopy_4.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trsm_uncopy_6.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trsm_uncopy_8.c Eliminate remaining unused results in kernels (clang5 analyzer) 2018-01-01 20:54:39 +01:00
trsm_uncopy_16.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trsm_utcopy_1.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trsm_utcopy_2.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trsm_utcopy_4.c more dead increments clang4 scan-build deadcode.deadstores 2017-11-26 17:24:08 +01:00
trsm_utcopy_6.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
trsm_utcopy_8.c Eliminate remaining unused results in kernels (clang5 analyzer) 2018-01-01 20:54:39 +01:00
trsm_utcopy_16.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zgeadd.c Refs #509. Fixed geadd building bug with DYNAMIC_ARCH=1. 2015-02-26 01:47:11 +08:00
zgemm3m_ncopy_1.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zgemm3m_ncopy_2.c Work around compiler warnings for unused variables in the generic zgemm3m_Xcopy kernels 2017-12-02 22:51:58 +01:00
zgemm3m_ncopy_4.c Work around compiler warnings for unused variables in the generic zgemm3m_Xcopy kernels 2017-12-02 22:51:58 +01:00
zgemm3m_ncopy_8.c Work around compiler warnings for unused variables in the generic zgemm3m_Xcopy kernels 2017-12-02 22:51:58 +01:00
zgemm3m_tcopy_1.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zgemm3m_tcopy_2.c Work around compiler warnings for unused variables in the generic zgemm3m_Xcopy kernels 2017-12-02 22:51:58 +01:00
zgemm3m_tcopy_4.c Work around compiler warnings for unused variables in the generic zgemm3m_Xcopy kernels 2017-12-02 22:51:58 +01:00
zgemm3m_tcopy_8.c Work around compiler warnings for unused variables in the generic zgemm3m_Xcopy kernels 2017-12-02 22:51:58 +01:00
zgemm3mkernel_dump.c Use pure C generic target on x86 and x86_64. 2015-08-03 23:55:56 -05:00
zgemm_beta.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zgemm_ncopy_1.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zgemm_ncopy_2.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zgemm_ncopy_4.c Eliminate 2-8 dead increments code 2017-11-26 13:26:11 +01:00
zgemm_ncopy_4_sandy.c Update organization info. 2014-11-25 15:28:58 +08:00
zgemm_ncopy_8.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zgemm_ncopy_8_sandy.c Update organization info. 2014-11-25 15:28:58 +08:00
zgemm_tcopy_1.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zgemm_tcopy_2.c Eliminate 2-8 dead increments code 2017-11-26 13:26:11 +01:00
zgemm_tcopy_4.c Eliminate 2-8 dead increments code 2017-11-26 13:26:11 +01:00
zgemm_tcopy_4_sandy.c Update organization info. 2014-11-25 15:28:58 +08:00
zgemm_tcopy_8.c more dead increments clang4 scan-build deadcode.deadstores 2017-11-26 17:24:08 +01:00
zgemm_tcopy_8_sandy.c Update organization info. 2014-11-25 15:28:58 +08:00
zgemmkernel_2x2.c Do not use vsub to clear the register values since it doesn't work with non-normal numbers. 2016-01-05 16:54:05 +00:00
zger.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zhemm3m_lcopy_1.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zhemm3m_lcopy_2.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zhemm3m_lcopy_4.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zhemm3m_lcopy_8.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zhemm3m_ucopy_1.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zhemm3m_ucopy_2.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zhemm3m_ucopy_4.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zhemm3m_ucopy_8.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zhemm_ltcopy_1.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zhemm_ltcopy_2.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zhemm_ltcopy_4.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zhemm_ltcopy_8.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zhemm_utcopy_1.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zhemm_utcopy_2.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zhemm_utcopy_4.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zhemm_utcopy_8.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zhemv_k.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zimatcopy_cn.c Improved Ximatcopy when lda==ldb. 2015-09-07 14:36:16 +02:00
zimatcopy_cnc.c Remove unused variable btpr 2017-11-14 23:25:50 +01:00
zimatcopy_ct.c Improved Ximatcopy when lda==ldb. 2015-09-07 14:36:16 +02:00
zimatcopy_ctc.c Improved Ximatcopy when lda==ldb. 2015-09-07 14:36:16 +02:00
zimatcopy_rn.c Remove unused variable btpr 2017-11-14 23:25:50 +01:00
zimatcopy_rnc.c Remove unused variable btpr 2017-11-14 23:25:50 +01:00
zimatcopy_rt.c Improved Ximatcopy when lda==ldb. 2015-09-07 14:36:16 +02:00
zimatcopy_rtc.c Improved Ximatcopy when lda==ldb. 2015-09-07 14:36:16 +02:00
zlaswp_ncopy_1.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zlaswp_ncopy_2.c add missing brackets to silence indentation warnings gcc721 2018-01-19 23:11:12 +01:00
zlaswp_ncopy_4.c add missing brackets to silence indentation warnings gcc721 2018-01-19 23:11:12 +01:00
zneg_tcopy_1.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zneg_tcopy_2.c LAPACK helpers in C that need care too 2018-01-02 14:38:50 +01:00
zneg_tcopy_4.c LAPACK helpers in C that need care too 2018-01-02 14:38:50 +01:00
zneg_tcopy_8.c LAPACK helpers in C that need care too 2018-01-02 14:38:50 +01:00
zsymm3m_lcopy_1.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zsymm3m_lcopy_2.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zsymm3m_lcopy_4.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zsymm3m_lcopy_8.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zsymm3m_ucopy_1.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zsymm3m_ucopy_2.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zsymm3m_ucopy_4.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zsymm3m_ucopy_8.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zsymm_lcopy_1.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zsymm_lcopy_2.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zsymm_lcopy_4.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zsymm_lcopy_8.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zsymm_ucopy_1.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zsymm_ucopy_2.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zsymm_ucopy_4.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zsymm_ucopy_8.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zsymv_k.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
ztrmm_lncopy_1.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
ztrmm_lncopy_2.c Eliminate 2-8 dead increments code 2017-11-26 13:26:11 +01:00
ztrmm_lncopy_4.c Eliminate 2-8 dead increments code 2017-11-26 13:26:11 +01:00
ztrmm_lncopy_8.c more dead increments clang4 scan-build deadcode.deadstores 2017-11-26 17:24:08 +01:00
ztrmm_ltcopy_1.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
ztrmm_ltcopy_2.c Revert changes from PR#1419 2018-05-17 11:40:08 +02:00
ztrmm_ltcopy_4.c Eliminate 2-8 dead increments code 2017-11-26 13:26:11 +01:00
ztrmm_ltcopy_8.c more dead increments clang4 scan-build deadcode.deadstores 2017-11-26 17:24:08 +01:00
ztrmm_uncopy_1.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
ztrmm_uncopy_2.c fix couple of dead assignment warnings 2017-12-22 00:56:35 +01:00
ztrmm_uncopy_4.c Eliminate 2-8 dead increments code 2017-11-26 13:26:11 +01:00
ztrmm_uncopy_8.c more dead increments clang4 scan-build deadcode.deadstores 2017-11-26 17:24:08 +01:00
ztrmm_utcopy_1.c core.IdenticalExpr clang501 checker 2018-01-19 23:17:43 +01:00
ztrmm_utcopy_2.c core.IdenticalExpr clang501 checker 2018-01-19 23:17:43 +01:00
ztrmm_utcopy_4.c Eliminate 2-8 dead increments code 2017-11-26 13:26:11 +01:00
ztrmm_utcopy_8.c core.IdenticalExpr clang501 checker 2018-01-19 23:17:43 +01:00
ztrmmkernel_2x2.c Initialize values to silence cppcheck 2018-01-12 22:35:00 +01:00
ztrmmkernel_4x4.c Initialize values to silence cppcheck 2018-01-12 22:35:00 +01:00
ztrsm_lncopy_1.c initialize potentially unitialized variables (clang5) 2017-12-26 09:24:24 +01:00
ztrsm_lncopy_2.c initialize potentially unitialized variables (clang5) 2017-12-26 09:24:24 +01:00
ztrsm_lncopy_4.c initialize potentially unitialized variables (clang5) 2017-12-26 09:24:24 +01:00
ztrsm_lncopy_8.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
ztrsm_ltcopy_1.c initialize potentially unitialized variables (clang5) 2017-12-26 09:24:24 +01:00
ztrsm_ltcopy_2.c initialize potentially unitialized variables (clang5) 2017-12-26 09:24:24 +01:00
ztrsm_ltcopy_4.c initialize potentially unitialized variables (clang5) 2017-12-26 09:24:24 +01:00
ztrsm_ltcopy_8.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
ztrsm_uncopy_1.c initialize potentially unitialized variables (clang5) 2017-12-26 09:24:24 +01:00
ztrsm_uncopy_2.c initialize potentially unitialized variables (clang5) 2017-12-26 09:24:24 +01:00
ztrsm_uncopy_4.c initialize potentially unitialized variables (clang5) 2017-12-26 09:24:24 +01:00
ztrsm_uncopy_8.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
ztrsm_utcopy_1.c Revert changes from PR#1419 2018-05-17 11:40:08 +02:00
ztrsm_utcopy_2.c Revert changes from PR#1419 2018-05-17 11:40:08 +02:00
ztrsm_utcopy_4.c initialize potentially unitialized variables (clang5) 2017-12-26 09:24:24 +01:00
ztrsm_utcopy_8.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00