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.
 
 
 
 
 
 
Martin Kroeker accea15551
Merge pull request #4532 from austinpagan/cgemm_zgemm_c_code
1 year ago
..
KERNEL Add proper defaults for IxMIN/IxMAX kernels 5 years ago
KERNEL.CELL Remove all trailing whitespace except lapack-netlib 11 years ago
KERNEL.POWER3 Import GotoBLAS2 1.13 BSD version codes. 14 years ago
KERNEL.POWER4 Import GotoBLAS2 1.13 BSD version codes. 14 years ago
KERNEL.POWER5 fix c/zrot and sgemv for POWER5 4 years ago
KERNEL.POWER6 Use generic zrot.c on ppc64/POWER6 to work around utest failure from … (#1535) 7 years ago
KERNEL.POWER8 Only vectorize 64-bit version for Power8. 1 year ago
KERNEL.POWER9 Vectorize in-copy packing/copying for SGEMM - 4X faster. 1 year ago
KERNEL.POWER10 Merge pull request #4532 from austinpagan/cgemm_zgemm_c_code 1 year ago
KERNEL.PPC440 Fix inverted conditional for caxpy/zaxpy 4 years ago
KERNEL.PPC440FP2 Import GotoBLAS2 1.13 BSD version codes. 14 years ago
KERNEL.PPC970 KERNEL.PPC970, KERNEL.PPCG4: unbreak CMake parsing 1 year ago
KERNEL.PPCG4 KERNEL.PPC970, KERNEL.PPCG4: unbreak CMake parsing 1 year ago
Makefile Import GotoBLAS2 1.13 BSD version codes. 14 years ago
amax.S Remove all trailing whitespace except lapack-netlib 11 years ago
amax_cell.S Remove all trailing whitespace except lapack-netlib 11 years ago
amax_hummer.S Remove all trailing whitespace except lapack-netlib 11 years ago
amax_ppc440.S Remove all trailing whitespace except lapack-netlib 11 years ago
amin.S Remove all trailing whitespace except lapack-netlib 11 years ago
amin_cell.S Remove all trailing whitespace except lapack-netlib 11 years ago
amin_hummer.S Remove all trailing whitespace except lapack-netlib 11 years ago
amin_ppc440.S Remove all trailing whitespace except lapack-netlib 11 years ago
asum.S Remove all trailing whitespace except lapack-netlib 11 years ago
asum_cell.S Remove all trailing whitespace except lapack-netlib 11 years ago
asum_hummer.S Remove all trailing whitespace except lapack-netlib 11 years ago
asum_ppc440.S Remove all trailing whitespace except lapack-netlib 11 years ago
axpy.S Fix build on FreeBSD/powerpc64. 6 years ago
axpy_hummer.S Remove all trailing whitespace except lapack-netlib 11 years ago
axpy_ppc440.S Fix build on FreeBSD/powerpc64. 6 years ago
cabs.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
casum.c Exclude altivec code paths if the compiler does not support them 5 years ago
casum_microk_power8.c AIX changes for Power8 6 years ago
caxpy.c caxpy and cdot are using vec_vsx_ld 6 years ago
caxpy_microk_power10.c AIX changes for P10 with GNU Compiler 4 years ago
caxpy_power8.S Update caxpy_power8.S 5 years ago
caxpy_power9.S Fix DYNAMIC_ARCH build for POWER9 5 years ago
caxpy_power10.c Optimize caxpy for POWER10 4 years ago
ccopy.c Exclude altivec code paths if the compiler does not support them 5 years ago
ccopy_microk_power8.c AIX changes for Power8 6 years ago
ccopy_power10.c POWER10: Changing store instructions for Level1 functions 3 years ago
cdot.c POWER: Fix complex dot function failures 3 years ago
cdot_microk_power10.c AIX changes for P10 with GNU Compiler 4 years ago
cdot_power9.S Fix SEGV in cdot_power9 5 years ago
cgemm_kernel_8x4_power8.S Update cgemm_kernel_8x4_power8.S 5 years ago
cgemm_kernel_power9.S change line endings from CRLF to LF 2 years ago
cgemm_kernel_power10.S AIX changes for P10 with GNU Compiler 4 years ago
cgemm_kernel_power10.c Changed C files to straighten out indentation. Removed commented lines from other file. 1 year ago
cgemm_logic_8x4_power8.S updated optimized cgemm- and ctrmm-kernel for POWER8 9 years ago
cgemm_logic_power9.S change line endings from CRLF to LF 2 years ago
cgemm_logic_power10.S powerpc: Optimized SGEMM/DGEMM/CGEMM for POWER10 5 years ago
cgemm_macros_8x4_power8.S AIX changes for Power8 6 years ago
cgemm_macros_power9.S change line endings from CRLF to LF 2 years ago
cgemm_macros_power10.S AIX changes for P10 with GNU Compiler 4 years ago
cgemm_tcopy_8_power8.S power8 ?gemm_tcopy save/restore 7 years ago
cgemm_tcopy_logic_8_power8.S added cgemm_tcopy_8_power8.S 9 years ago
cgemm_tcopy_macros_8_power8.S AIX changes for Power8 6 years ago
cgemv_n.c change line endings from CRLF to LF 2 years ago
cgemv_t.c change line endings from CRLF to LF 2 years ago
cnrm2.S Allow negative INCX (API change from version 3.10 of the reference implementation) 2 years ago
cnrm2_hummer.S Allow negative INCX (API change from version 3.10 of the reference implementation) 2 years ago
cnrm2_ppc440.S Allow negative INCX (API change from version 3.10 of the reference implementation) 2 years ago
copy.S Remove all trailing whitespace except lapack-netlib 11 years ago
copy_hummer.S Remove all trailing whitespace except lapack-netlib 11 years ago
copy_microk_power10.c POWER10: Changing store instructions for Level1 functions 3 years ago
crot.c change line endings from CRLF to LF 2 years ago
cscal_microk_power10.c POWER10: Changing store instructions for Level1 functions 3 years ago
cswap.c AIX changes for P10 with GNU Compiler 4 years ago
cswap_microk_power8.c AIX changes for Power8 6 years ago
cswap_microk_power10.c Optimize swap function for POWER10 4 years ago
ctrmm_kernel_8x4_power8.S Clean up STACKSIZE redefinition 5 years ago
ctrmm_logic_8x4_power8.S updated optimized cgemm- and ctrmm-kernel for POWER8 9 years ago
ctrmm_macros_8x4_power8.S AIX changes for Power8 6 years ago
dasum.c AIX changes for P10 with GNU Compiler 4 years ago
dasum_microk_power8.c AIX changes for Power8 6 years ago
dasum_microk_power10.c POWER10: Improving dasum performance 4 years ago
daxpy.c Exclude altivec code paths if the compiler does not support them 5 years ago
daxpy_microk_power8.c AIX changes for Power8 6 years ago
daxpy_microk_power10.c POWER10: Changing store instructions for Level1 functions 3 years ago
daxpy_power10.c POWER10: Changing store instructions for Level1 functions 3 years ago
dcopy.c Exclude altivec code paths if the compiler does not support them 5 years ago
dcopy_microk_power8.c AIX changes for Power8 6 years ago
dcopy_power10.c POWER10: Changing store instructions for Level1 functions 3 years ago
ddot.c Exclude altivec code paths if the compiler does not support them 5 years ago
ddot_microk_power8.c AIX changes for Power8 6 years ago
ddot_microk_power10.c Optimize sdot/ddot for POWER10 4 years ago
ddot_power10.c Optimize sdot/ddot for POWER10 4 years ago
def_vsx.h added dgemm-, dtrmm-, zgemm- and ztrmm-kernel for power8 9 years ago
dgemm_kernel_16x4_power8.S Clean up STACKSIZE redefinition 5 years ago
dgemm_kernel_power9.S change line endings from CRLF to LF 2 years ago
dgemm_kernel_power10.c POWER10: Improve dgemm performance 4 years ago
dgemm_logic_16x4_power8.S optimized dgemm and dgetrf for POWER8 9 years ago
dgemm_logic_power9.S change line endings from CRLF to LF 2 years ago
dgemm_macros_16x4_power8.S AIX changes for Power8 6 years ago
dgemm_macros_power9.S change line endings from CRLF to LF 2 years ago
dgemm_ncopy_4_power8.S dgemm_ncopy_4_ save/restore 7 years ago
dgemm_ncopy_8_power10.c POWER10: Change dgemm unroll factors 4 years ago
dgemm_ncopy_logic_4_power8.S optimized dgemm for POWER8 9 years ago
dgemm_ncopy_macros_4_power8.S AIX changes for Power8 6 years ago
dgemm_small_kernel_nn_power10.c Fix power10 gcc intrinsic check 2 years ago
dgemm_small_kernel_nt_power10.c [POWER] Add support for SMALL_MATRIX_OPT 3 years ago
dgemm_small_kernel_tn_power10.c Fix power10 gcc intrinsic check 2 years ago
dgemm_small_kernel_tt_power10.c [POWER] Add support for SMALL_MATRIX_OPT 3 years ago
dgemm_tcopy_16_power8.S Replace two vector loads with one vector pair load and fix endianess of stores - DGEMM versions. 1 year ago
dgemm_tcopy_logic_16_power8.S optimized dgemm and dgetrf for POWER8 9 years ago
dgemm_tcopy_macros_16_power8.S Replace two vector loads with one vector pair load and fix endianess of stores - DGEMM versions. 1 year ago
dgemm_tcopy_macros_16_power10.S Replace two vector loads with one vector pair load and fix endianess of stores - DGEMM versions. 1 year ago
dgemv_n.c Exclude altivec code paths if the compiler does not support them 5 years ago
dgemv_n_microk_power8.c AIX changes for Power8 6 years ago
dgemv_n_microk_power10.c AIX changes for P10 with GNU Compiler 4 years ago
dgemv_n_power10.c POWER10: Optimize dgemv_n 4 years ago
dgemv_t.c Fix compilation issues with clang on POWER 5 years ago
dgemv_t_power10.c POWER10: dgemv builtin rename 3 years ago
dnrm2_hummer.S Allow negative INCX (API change from version 3.10 of the reference implementation) 2 years ago
dnrm2_ppc440.S Allow negative INCX (API change from version 3.10 of the reference implementation) 2 years ago
dot.S Remove all trailing whitespace except lapack-netlib 11 years ago
dot_cell.S Remove all trailing whitespace except lapack-netlib 11 years ago
dot_hummer.S Remove all trailing whitespace except lapack-netlib 11 years ago
dot_ppc440.S Remove all trailing whitespace except lapack-netlib 11 years ago
drot.c AIX changes for P10 with GNU Compiler 4 years ago
drot_microk_power8.c AIX changes for Power8 6 years ago
drot_microk_power10.c Optimize s/drot function for POWER10 4 years ago
dscal.c AIX changes for P10 with GNU Compiler 4 years ago
dscal_microk_power8.c AIX changes for Power8 6 years ago
dscal_microk_power10.c POWER10: Changing store instructions for Level1 functions 3 years ago
dswap.c POWER10: Changing store instructions for Level1 functions 3 years ago
dswap_microk_power8.c AIX changes for Power8 6 years ago
dtrmm_kernel_16x4_power8.S Clean up STACKSIZE redefinition 5 years ago
dtrmm_logic_16x4_power8.S Modified assembly label name, so that they are hidden. 9 years ago
dtrmm_macros_16x4_power8.S AIX changes for Power8 6 years ago
dtrsm_kernel_LT_16x4_power8.S Clean up STACKSIZE redefinition 5 years ago
dtrsm_logic_LT_16x4_power8.S optimized dtrsm_logic_LT_16x4_power8.S and dtrsm_macros_LT_16x4_power8.S 9 years ago
dtrsm_macros_LT_16x4_power8.S AIX changes for Power8 6 years ago
exfunc.S Remove all trailing whitespace except lapack-netlib 11 years ago
gemm_beta.S Fix build on FreeBSD/powerpc64. 6 years ago
gemm_kernel.S Fix build on FreeBSD/powerpc64. 6 years ago
gemm_kernel_altivec.S Fix build on FreeBSD/powerpc64. 6 years ago
gemm_kernel_altivec_cell.S Fix build on FreeBSD/powerpc64. 6 years ago
gemm_kernel_altivec_g4.S Fix build on FreeBSD/powerpc64. 6 years ago
gemm_kernel_cell.S Fix build on FreeBSD/powerpc64. 6 years ago
gemm_kernel_g4.S Fix build on FreeBSD/powerpc64. 6 years ago
gemm_kernel_hummer.S Fix build on FreeBSD/powerpc64. 6 years ago
gemm_kernel_power3.S Fix build on FreeBSD/powerpc64. 6 years ago
gemm_kernel_power6.S Fix build on FreeBSD/powerpc64. 6 years ago
gemm_kernel_ppc440.S Fix build on FreeBSD/powerpc64. 6 years ago
gemm_ncopy_4.S added dgemm-, dtrmm-, zgemm- and ztrmm-kernel for power8 9 years ago
gemm_ncopy_hummer_4.S Remove all trailing whitespace except lapack-netlib 11 years ago
gemm_ncopy_hummer_8.S Remove all trailing whitespace except lapack-netlib 11 years ago
gemm_small_kernel_permit_power10.c POWER10: Fix multithreading check when USE_THREAD=0 3 years ago
gemm_tcopy_4.S added dgemm-, dtrmm-, zgemm- and ztrmm-kernel for power8 9 years ago
gemm_tcopy_hummer_4.S Remove all trailing whitespace except lapack-netlib 11 years ago
gemm_tcopy_hummer_8.S Remove all trailing whitespace except lapack-netlib 11 years ago
gemv_hummer_n.S Remove all trailing whitespace except lapack-netlib 11 years ago
gemv_n.S Add prefetch values for power3 4 years ago
gemv_n_ppc440.S fix undefined prefetchsize 3 years ago
gemv_t.S Add prefetch values for power3 4 years ago
gemv_t_ppc440.S fix undefined prefetchsizes 3 years ago
ger.S Fix build on FreeBSD/powerpc64. 6 years ago
iamax.S Remove all trailing whitespace except lapack-netlib 11 years ago
iamax_hummer.S Remove all trailing whitespace except lapack-netlib 11 years ago
iamax_ppc440.S Remove all trailing whitespace except lapack-netlib 11 years ago
iamin.S Remove all trailing whitespace except lapack-netlib 11 years ago
iamin_hummer.S Remove all trailing whitespace except lapack-netlib 11 years ago
iamin_ppc440.S Remove all trailing whitespace except lapack-netlib 11 years ago
icamax.c change line endings from CRLF to LF 2 years ago
icamax_power8.S Replace several POWER8/9 C kernels with their gcc7-generated assembly versions (#2263) 6 years ago
icamax_power9.S Fix DYNAMIC_ARCH build for POWER9 5 years ago
icamin.c change line endings from CRLF to LF 2 years ago
icamin_power8.S Update icamin_power8.S 5 years ago
icamin_power9.S Fix DYNAMIC_ARCH build for POWER9 5 years ago
idamax.c Fix unused variable warnings on Power 4 years ago
idamin.c Exclude altivec code paths if the compiler does not support them 5 years ago
imax.S Remove all trailing whitespace except lapack-netlib 11 years ago
imax_hummer.S Remove all trailing whitespace except lapack-netlib 11 years ago
imax_ppc440.S Remove all trailing whitespace except lapack-netlib 11 years ago
imin.S Remove all trailing whitespace except lapack-netlib 11 years ago
imin_hummer.S Remove all trailing whitespace except lapack-netlib 11 years ago
imin_ppc440.S Remove all trailing whitespace except lapack-netlib 11 years ago
isamax.c change line endings from CRLF to LF 2 years ago
isamax_power8.S Update isamax_power8.S 5 years ago
isamax_power9.S Fix DYNAMIC_ARCH build for POWER9 5 years ago
isamin.c change line endings from CRLF to LF 2 years ago
isamin_power8.S Update isamin_power8.S 5 years ago
isamin_power9.S Fix DYNAMIC_ARCH build for POWER9 5 years ago
izamax.S Remove all trailing whitespace except lapack-netlib 11 years ago
izamax.c Exclude altivec code paths if the compiler does not support them 5 years ago
izamax_hummer.S Remove all trailing whitespace except lapack-netlib 11 years ago
izamax_ppc440.S Remove all trailing whitespace except lapack-netlib 11 years ago
izamin.S Remove all trailing whitespace except lapack-netlib 11 years ago
izamin.c Exclude altivec code paths if the compiler does not support them 5 years ago
izamin_hummer.S Remove all trailing whitespace except lapack-netlib 11 years ago
izamin_ppc440.S Remove all trailing whitespace except lapack-netlib 11 years ago
lock.c Modernize obsolete inline order 2 years ago
lsame.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
max.S Remove all trailing whitespace except lapack-netlib 11 years ago
max_hummer.S Remove all trailing whitespace except lapack-netlib 11 years ago
max_ppc440.S Remove all trailing whitespace except lapack-netlib 11 years ago
min.S Remove all trailing whitespace except lapack-netlib 11 years ago
min_hummer.S Remove all trailing whitespace except lapack-netlib 11 years ago
min_ppc440.S Remove all trailing whitespace except lapack-netlib 11 years ago
nrm2.S Allow negative INCX (API change from version 3.10 of the reference implementation) 2 years ago
rot.S Remove all trailing whitespace except lapack-netlib 11 years ago
rot_ppc440.S Remove all trailing whitespace except lapack-netlib 11 years ago
sasum.c AIX changes for P10 with GNU Compiler 4 years ago
sasum_microk_power8.c AIX changes for Power8 6 years ago
sasum_microk_power10.c Optimize s/dasum function for POWER10 4 years ago
saxpy.c Merge pull request #2721 from martin-frbg/p8align 5 years ago
saxpy_microk_power10.c POWER10: Changing store instructions for Level1 functions 3 years ago
saxpy_power10.c POWER10: Changing store instructions for Level1 functions 3 years ago
sbgemm_kernel_power10.c POWER10: Fix compiler warnings 2 years ago
sbgemm_ncopy_8_power10.c POWER10: Change the packing format for bfloat16 5 years ago
sbgemm_ncopy_16_power10.c POWER10: Change the packing format for bfloat16 5 years ago
sbgemm_tcopy_8_power10.c POWER10: Change the packing format for bfloat16 5 years ago
sbgemm_tcopy_16_power10.c POWER10: Change the packing format for bfloat16 5 years ago
scal.S Fix build on FreeBSD/powerpc64. 6 years ago
scal_hummer.S Remove all trailing whitespace except lapack-netlib 11 years ago
scal_ppc440.S Fix build on FreeBSD/powerpc64. 6 years ago
scopy.c Exclude altivec code paths if the compiler does not support them 5 years ago
scopy_microk_power8.c AIX changes for Power8 6 years ago
scopy_power10.c POWER10: Changing store instructions for Level1 functions 3 years ago
sdot.c Exclude altivec code paths if the compiler does not support them 5 years ago
sdot_microk_power8.c AIX changes for Power8 6 years ago
sdot_microk_power10.c Optimize sdot/ddot for POWER10 4 years ago
sdot_power10.c Optimize sdot/ddot for POWER10 4 years ago
sgemm_kernel_16x8_power8.S Fix build on FreeBSD/powerpc64. 6 years ago
sgemm_kernel_power9.S change line endings from CRLF to LF 2 years ago
sgemm_kernel_power10.c POWER10: Change dgemm unroll factors 4 years ago
sgemm_logic_16x8_power8.S Optimized sgemm and dgemm and tested again. 9 years ago
sgemm_logic_power9.S change line endings from CRLF to LF 2 years ago
sgemm_macros_16x8_power8.S AIX changes for Power8 6 years ago
sgemm_macros_power9.S change line endings from CRLF to LF 2 years ago
sgemm_ncopy_16_power.c Vectorize in-copy packing/copying for SGEMM - 4X faster. 1 year ago
sgemm_small_kernel_nn_power10.c [POWER] Add support for SMALL_MATRIX_OPT 3 years ago
sgemm_small_kernel_nt_power10.c [POWER] Add support for SMALL_MATRIX_OPT 3 years ago
sgemm_small_kernel_tn_power10.c [POWER] Add support for SMALL_MATRIX_OPT 3 years ago
sgemm_small_kernel_tt_power10.c [POWER] Add support for SMALL_MATRIX_OPT 3 years ago
sgemm_tcopy_8_power8.S power8 ?gemm_tcopy save/restore 7 years ago
sgemm_tcopy_16_power8.S Replace two vector loads with one vector pair load and fix endianess of stores. 1 year ago
sgemm_tcopy_logic_8_power8.S added sgemm_tcopy_8_power8.S 9 years ago
sgemm_tcopy_logic_16_power8.S Optimized sgemm and dgemm and tested again. 9 years ago
sgemm_tcopy_macros_8_power8.S AIX changes for Power8 6 years ago
sgemm_tcopy_macros_16_power8.S Replace two vector loads with one vector pair load and fix endianess of stores. 1 year ago
sgemm_tcopy_macros_16_power10.S Replace two vector loads with one vector pair load and fix endianess of stores. 1 year ago
sgemv_n.c change line endings from CRLF to LF 2 years ago
sgemv_n_8.c change line endings from CRLF to LF 2 years ago
sgemv_t.c change line endings from CRLF to LF 2 years ago
sgemv_t_8.c change line endings from CRLF to LF 2 years ago
snrm2.S Allow negative INCX (API change from version 3.10 of the reference implementation) 2 years ago
snrm2_hummer.S Allow negative INCX (API change from version 3.10 of the reference implementation) 2 years ago
snrm2_ppc440.S Allow negative INCX (API change from version 3.10 of the reference implementation) 2 years ago
srot.c AIX changes for P10 with GNU Compiler 4 years ago
srot_microk_power8.c AIX changes for Power8 6 years ago
srot_microk_power10.c Optimize s/drot function for POWER10 4 years ago
sscal.c AIX changes for P10 with GNU Compiler 4 years ago
sscal_microk_power8.c AIX changes for Power8 6 years ago
sscal_microk_power10.c POWER10: Changing store instructions for Level1 functions 3 years ago
sswap.c POWER10: Changing store instructions for Level1 functions 3 years ago
sswap_microk_power8.c AIX changes for Power8 6 years ago
staticbuffer.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
strmm_kernel_16x8_power8.S Fix spurious trailing whitespace in comment 5 years ago
strmm_logic_16x8_power8.S updated sgemm- and strmm-kernel for POWER8 9 years ago
strmm_macros_16x8_power8.S AIX changes for Power8 6 years ago
sum.S Add POWER implementation of ?sum 6 years ago
swap.S Fix build on FreeBSD/powerpc64. 6 years ago
swap_hummer.S Remove all trailing whitespace except lapack-netlib 11 years ago
swap_microk_power10.c POWER10: Changing store instructions for Level1 functions 3 years ago
symv_L.S Fix build on FreeBSD/powerpc64. 6 years ago
symv_U.S Fix build on FreeBSD/powerpc64. 6 years ago
trsm_kernel_LN.S Fix build on FreeBSD/powerpc64. 6 years ago
trsm_kernel_LN_power10.c Fix unused variable warnings on Power 4 years ago
trsm_kernel_LT.S Fix build on FreeBSD/powerpc64. 6 years ago
trsm_kernel_LT_power10.c Fix unused variable warnings on Power 4 years ago
trsm_kernel_RN_power10.c Added special unrolled vectorized versions of "Solve" for specific sizes, 4 years ago
trsm_kernel_RT.S Fix build on FreeBSD/powerpc64. 6 years ago
trsm_kernel_RT_power10.c Added special unrolled vectorized versions of "Solve" for specific sizes, 4 years ago
trsm_kernel_cell_LN.S Fix build on FreeBSD/powerpc64. 6 years ago
trsm_kernel_cell_LT.S Fix build on FreeBSD/powerpc64. 6 years ago
trsm_kernel_cell_RT.S Fix build on FreeBSD/powerpc64. 6 years ago
trsm_kernel_hummer_LN.S Fix build on FreeBSD/powerpc64. 6 years ago
trsm_kernel_hummer_LT.S Fix build on FreeBSD/powerpc64. 6 years ago
trsm_kernel_hummer_RT.S Fix build on FreeBSD/powerpc64. 6 years ago
trsm_kernel_power6_LN.S Fix build on FreeBSD/powerpc64. 6 years ago
trsm_kernel_power6_LT.S Fix build on FreeBSD/powerpc64. 6 years ago
trsm_kernel_power6_RT.S Fix build on FreeBSD/powerpc64. 6 years ago
trsm_kernel_ppc440_LN.S Fix build on FreeBSD/powerpc64. 6 years ago
trsm_kernel_ppc440_LT.S Fix build on FreeBSD/powerpc64. 6 years ago
trsm_kernel_ppc440_RT.S Fix build on FreeBSD/powerpc64. 6 years ago
zamax.S Remove all trailing whitespace except lapack-netlib 11 years ago
zamax_cell.S Remove all trailing whitespace except lapack-netlib 11 years ago
zamax_hummer.S Remove all trailing whitespace except lapack-netlib 11 years ago
zamax_ppc440.S Remove all trailing whitespace except lapack-netlib 11 years ago
zamin.S Remove all trailing whitespace except lapack-netlib 11 years ago
zamin_cell.S Remove all trailing whitespace except lapack-netlib 11 years ago
zamin_hummer.S Remove all trailing whitespace except lapack-netlib 11 years ago
zamin_ppc440.S Remove all trailing whitespace except lapack-netlib 11 years ago
zasum.S Remove all trailing whitespace except lapack-netlib 11 years ago
zasum.c Exclude altivec code paths if the compiler does not support them 5 years ago
zasum_cell.S Remove all trailing whitespace except lapack-netlib 11 years ago
zasum_hummer.S Remove all trailing whitespace except lapack-netlib 11 years ago
zasum_microk_power8.c AIX changes for Power8 6 years ago
zasum_ppc440.S Remove all trailing whitespace except lapack-netlib 11 years ago
zaxpy.S Fix build on FreeBSD/powerpc64. 6 years ago
zaxpy.c Exclude altivec code paths if the compiler does not support them 5 years ago
zaxpy_hummer.S Remove all trailing whitespace except lapack-netlib 11 years ago
zaxpy_microk_power8.c AIX changes for Power8 6 years ago
zaxpy_microk_power10.c POWER10: Changing store instructions for Level1 functions 3 years ago
zaxpy_power10.c Optimize daxpy/zaxpy for POWER10 5 years ago
zaxpy_ppc440.S Fix build on FreeBSD/powerpc64. 6 years ago
zcopy.S Remove all trailing whitespace except lapack-netlib 11 years ago
zcopy.c Exclude altivec code paths if the compiler does not support them 5 years ago
zcopy_hummer.S Remove all trailing whitespace except lapack-netlib 11 years ago
zcopy_microk_power8.c AIX changes for Power8 6 years ago
zcopy_power10.c Optimize scopy/ccopy for POWER10 5 years ago
zdot.S Remove all trailing whitespace except lapack-netlib 11 years ago
zdot.c POWER: Fix complex dot function failures 3 years ago
zdot_cell.S Remove all trailing whitespace except lapack-netlib 11 years ago
zdot_hummer.S Remove all trailing whitespace except lapack-netlib 11 years ago
zdot_microk_power8.c AIX changes for Power8 6 years ago
zdot_ppc440.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm_beta.S Fix build on FreeBSD/powerpc64. 6 years ago
zgemm_kernel.S Fix build on FreeBSD/powerpc64. 6 years ago
zgemm_kernel_8x2_power8.S Fix build on FreeBSD/powerpc64. 6 years ago
zgemm_kernel_altivec.S Fix build on FreeBSD/powerpc64. 6 years ago
zgemm_kernel_altivec_cell.S Fix build on FreeBSD/powerpc64. 6 years ago
zgemm_kernel_altivec_g4.S Fix build on FreeBSD/powerpc64. 6 years ago
zgemm_kernel_cell.S Fix build on FreeBSD/powerpc64. 6 years ago
zgemm_kernel_g4.S Fix build on FreeBSD/powerpc64. 6 years ago
zgemm_kernel_hummer.S Fix build on FreeBSD/powerpc64. 6 years ago
zgemm_kernel_power3.S Fix build on FreeBSD/powerpc64. 6 years ago
zgemm_kernel_power6.S Fix build on FreeBSD/powerpc64. 6 years ago
zgemm_kernel_power9.S change line endings from CRLF to LF 2 years ago
zgemm_kernel_power10.S POWER10: Fix ZGEMM testcase failures 3 years ago
zgemm_kernel_power10.c Changed C files to straighten out indentation. Removed commented lines from other file. 1 year ago
zgemm_kernel_ppc440.S Fix build on FreeBSD/powerpc64. 6 years ago
zgemm_logic_8x2_power8.S Optimized zgemm and tested zgemm again 9 years ago
zgemm_logic_power9.S change line endings from CRLF to LF 2 years ago
zgemm_logic_power10.S powerpc: Optimized ZGEMM kernel for POWER10 5 years ago
zgemm_macros_8x2_power8.S AIX changes for Power8 6 years ago
zgemm_macros_power9.S change line endings from CRLF to LF 2 years ago
zgemm_macros_power10.S AIX changes for P10 with GNU Compiler 4 years ago
zgemm_ncopy_hummer_2.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm_ncopy_hummer_4.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm_tcopy_8_power8.S power8 ?gemm_tcopy save/restore 7 years ago
zgemm_tcopy_hummer_2.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm_tcopy_hummer_4.S Remove all trailing whitespace except lapack-netlib 11 years ago
zgemm_tcopy_logic_8_power8.S Optimized zgemm and tested zgemm again 9 years ago
zgemm_tcopy_macros_8_power8.S AIX changes for Power8 6 years ago
zgemv_n.S Add prefetch values for power3 4 years ago
zgemv_n_4.c Fix unused variable warnings on Power 4 years ago
zgemv_n_power10.c Fix unused variable warnings on Power 4 years ago
zgemv_n_ppc440.S Fix build on FreeBSD/powerpc64. 6 years ago
zgemv_t.S Add prefetch values for power3 4 years ago
zgemv_t_4.c AIX changes for P10 with GNU Compiler 4 years ago
zgemv_t_ppc440.S Fix build on FreeBSD/powerpc64. 6 years ago
zger.S Fix build on FreeBSD/powerpc64. 6 years ago
znrm2.S Allow negative INCX (API change from version 3.10 of the reference implementation) 2 years ago
znrm2_hummer.S Allow negative INCX (API change from version 3.10 of the reference implementation) 2 years ago
znrm2_ppc440.S Allow negative INCX (API change from version 3.10 of the reference implementation) 2 years ago
zrot.S Remove all trailing whitespace except lapack-netlib 11 years ago
zrot.c Exclude altivec code paths if the compiler does not support them 5 years ago
zrot_ppc440.S Remove all trailing whitespace except lapack-netlib 11 years ago
zscal.S Fix build on FreeBSD/powerpc64. 6 years ago
zscal.c AIX changes for P10 with GNU Compiler 4 years ago
zscal_hummer.S Remove all trailing whitespace except lapack-netlib 11 years ago
zscal_microk_power8.c AIX changes for Power8 6 years ago
zscal_microk_power10.c AIX changes for P10 with GNU Compiler 4 years ago
zscal_ppc440.S Fix build on FreeBSD/powerpc64. 6 years ago
zsum.S Add POWER implementation of ?sum 6 years ago
zswap.S Fix build on FreeBSD/powerpc64. 6 years ago
zswap.c AIX changes for P10 with GNU Compiler 4 years ago
zswap_hummer.S Remove all trailing whitespace except lapack-netlib 11 years ago
zswap_microk_power8.c AIX changes for Power8 6 years ago
zsymv_L.S Fix build on FreeBSD/powerpc64. 6 years ago
zsymv_U.S Fix build on FreeBSD/powerpc64. 6 years ago
ztrmm_kernel_8x2_power8.S Fix build on FreeBSD/powerpc64. 6 years ago
ztrmm_logic_8x2_power8.S Modified assembly label name, so that they are hidden. 9 years ago
ztrmm_macros_8x2_power8.S AIX changes for Power8 6 years ago
ztrsm_kernel_LN.S Fix build on FreeBSD/powerpc64. 6 years ago
ztrsm_kernel_LT.S Fix build on FreeBSD/powerpc64. 6 years ago
ztrsm_kernel_RT.S Fix build on FreeBSD/powerpc64. 6 years ago
ztrsm_kernel_cell_LN.S Fix build on FreeBSD/powerpc64. 6 years ago
ztrsm_kernel_cell_LT.S Fix build on FreeBSD/powerpc64. 6 years ago
ztrsm_kernel_cell_RT.S Fix build on FreeBSD/powerpc64. 6 years ago
ztrsm_kernel_hummer_LN.S Fix build on FreeBSD/powerpc64. 6 years ago
ztrsm_kernel_hummer_LT.S Fix build on FreeBSD/powerpc64. 6 years ago
ztrsm_kernel_hummer_RT.S Fix build on FreeBSD/powerpc64. 6 years ago
ztrsm_kernel_power6_LN.S Fix build on FreeBSD/powerpc64. 6 years ago
ztrsm_kernel_power6_LT.S Fix build on FreeBSD/powerpc64. 6 years ago
ztrsm_kernel_power6_RT.S Fix build on FreeBSD/powerpc64. 6 years ago
ztrsm_kernel_ppc440_LN.S Fix build on FreeBSD/powerpc64. 6 years ago
ztrsm_kernel_ppc440_LT.S Fix build on FreeBSD/powerpc64. 6 years ago
ztrsm_kernel_ppc440_RT.S Fix build on FreeBSD/powerpc64. 6 years ago