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.
 
 
 
 
 
 
Zhang Xianyi 886cbaf4e4 Support AMD Piledriver by bulldozer kernels. 12 years ago
..
KERNEL Import GotoBLAS2 1.13 BSD version codes. 14 years ago
KERNEL.ATOM Import GotoBLAS2 1.13 BSD version codes. 14 years ago
KERNEL.BARCELONA Import GotoBLAS2 1.13 BSD version codes. 14 years ago
KERNEL.BOBCAT Refs #113. Fixed the typo BOBCATE -> BOBCAT 13 years ago
KERNEL.BULLDOZER added dcopy_bulldozer.S 12 years ago
KERNEL.CORE2 Import GotoBLAS2 1.13 BSD version codes. 14 years ago
KERNEL.DUNNINGTON Import GotoBLAS2 1.13 BSD version codes. 14 years ago
KERNEL.NANO Import GotoBLAS2 1.13 BSD version codes. 14 years ago
KERNEL.NEHALEM Import GotoBLAS2 1.13 BSD version codes. 14 years ago
KERNEL.OPTERON Import GotoBLAS2 1.13 BSD version codes. 14 years ago
KERNEL.OPTERON_SSE3 Import GotoBLAS2 1.13 BSD version codes. 14 years ago
KERNEL.PENRYN Import GotoBLAS2 1.13 BSD version codes. 14 years ago
KERNEL.PILEDRIVER Support AMD Piledriver by bulldozer kernels. 12 years ago
KERNEL.PRESCOTT Import GotoBLAS2 1.13 BSD version codes. 14 years ago
KERNEL.SANDYBRIDGE Refs #83 #53. Adding Intel Sandy Bridge (AVX supported) kernel codes for BLAS level 3 functions. 13 years ago
Makefile Import GotoBLAS2 1.13 BSD version codes. 14 years ago
amax.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
amax_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
amax_sse.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
amax_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
asum.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
asum_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
asum_sse.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
asum_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
axpy.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
axpy_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
axpy_sse.S Fixed the Windows x86_64 ABI bug in s/daxpy kernels. 12 years ago
axpy_sse2.S Fixed the Windows x86_64 ABI bug in s/daxpy kernels. 12 years ago
builtin_stinit.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
cabs.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
cgemm_kernel_4x2_bulldozer.S added cgemm_kernel_4x2_bulldozer.S 12 years ago
cgemm_kernel_4x8_sandy.S Fixed the issue of mixing AVX and SSE codes in S/D/C/ZGEMM. 13 years ago
cgemv_n.S Fixed overflow internal buffer bug of (s/d/c/z)gemv on x86_64. 12 years ago
cgemv_t.S Fixed overflow internal buffer bug of (s/d/c/z)gemv on x86_64. 12 years ago
copy.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
copy_sse.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
copy_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
daxpy_bulldozer.S added daxpy_bulldozer.S 12 years ago
dcopy_bulldozer.S added dcopy_bulldozer.S 12 years ago
ddot_bulldozer.S added ddot_bulldozer.S 12 years ago
dgemm_kernel_4x8_sandy.S Fixed the issue of mixing AVX and SSE codes in S/D/C/ZGEMM. 13 years ago
dgemm_kernel_8x2_bulldozer.S changed stack touching 12 years ago
dgemm_ncopy_2.S Init Sandybridge codes based on Nehalem. 13 years ago
dgemm_ncopy_4.S Init Sandybridge codes based on Nehalem. 13 years ago
dgemm_ncopy_8.S Init Sandybridge codes based on Nehalem. 13 years ago
dgemm_ncopy_8_bulldozer.S cleanup of dgemm_ncopy_8_bulldozer.S 12 years ago
dgemm_tcopy_2.S Init Sandybridge codes based on Nehalem. 13 years ago
dgemm_tcopy_4.S Init Sandybridge codes based on Nehalem. 13 years ago
dgemm_tcopy_8.S Init Sandybridge codes based on Nehalem. 13 years ago
dgemm_tcopy_8_bulldozer.S added gemm_tcopy_2_bulldozer.S 12 years ago
dgemv_n.S Refs #223. Fixed s/dgemv bug on windows. 12 years ago
dgemv_n_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
dgemv_n_bulldozer.S Use ALIGN_5 instead of .algin 32 in assembly kernel. Added ALIGN_5 for 32-bit OSX. 12 years ago
dgemv_t.S Refs #154. Fixed the build bug of dgemv_t on MinW64. 13 years ago
dgemv_t_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
dgemv_t_bulldozer.S added dgemv_t_bulldozer.S 12 years ago
dot.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
dot_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
dot_sse.S Refs #189. Fixed the bug of s/cdot about invalid reading NAN on x86_64. 12 years ago
dot_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_beta.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_kernel_2x8_nehalem.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_kernel_4x2_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_kernel_4x4_barcelona.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_kernel_4x4_core2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_kernel_4x4_penryn.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_kernel_4x4_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_kernel_4x4_sse3.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_kernel_4x8_nano.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_kernel_4x8_nehalem.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_kernel_8x4_barcelona.S Added BULLDOZER target. So far it uses barcelona kernels. 13 years ago
gemm_kernel_8x4_core2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_kernel_8x4_penryn.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_kernel_8x4_sse.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_kernel_8x4_sse3.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_ncopy_2.S Init Sandybridge codes based on Nehalem. 13 years ago
gemm_ncopy_2_bulldozer.S added gemm_ncopy_2_bulldozer.S 12 years ago
gemm_ncopy_4.S Init Sandybridge codes based on Nehalem. 13 years ago
gemm_ncopy_4_opteron.S Added BULLDOZER target. So far it uses barcelona kernels. 13 years ago
gemm_tcopy_2.S Init Sandybridge codes based on Nehalem. 13 years ago
gemm_tcopy_2_bulldozer.S added gemm_tcopy_2_bulldozer.S 12 years ago
gemm_tcopy_4.S Init Sandybridge codes based on Nehalem. 13 years ago
gemm_tcopy_4_opteron.S Added BULLDOZER target. So far it uses barcelona kernels. 13 years ago
iamax.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
iamax_sse.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
iamax_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
izamax.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
izamax_sse.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
izamax_sse2.S Added BULLDOZER target. So far it uses barcelona kernels. 13 years ago
lsame.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
mcount.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
nrm2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
nrm2_sse.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
qconjg.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
qdot.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
qgemm_kernel_2x2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
qgemv_n.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
qgemv_t.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
qtrsm_kernel_LN_2x2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
qtrsm_kernel_LT_2x2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
qtrsm_kernel_RT_2x2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
rot.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
rot_sse.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
rot_sse2.S fixed a bug in drot whe incx or incy equals to zero. 14 years ago
scal.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
scal_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
scal_sse.S Added BULLDOZER target. So far it uses barcelona kernels. 13 years ago
scal_sse2.S Added BULLDOZER target. So far it uses barcelona kernels. 13 years ago
sgemm_kernel_8x8_sandy.S Fixed the issue of mixing AVX and SSE codes in S/D/C/ZGEMM. 13 years ago
sgemm_kernel_16x2_bulldozer.S performance optimizations in sgemm_kernel_16x2_bulldozer.S 12 years ago
sgemv_n.S Refs #223. Fixed s/dgemv bug on windows. 12 years ago
sgemv_t.S Fixed overflow internal buffer bug of (s/d/c/z)gemv on x86_64. 12 years ago
staticbuffer.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
swap.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
swap_sse.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
swap_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
symv_L_sse.S Support AMD Piledriver by bulldozer kernels. 12 years ago
symv_L_sse2.S Support AMD Piledriver by bulldozer kernels. 12 years ago
symv_U_sse.S Support AMD Piledriver by bulldozer kernels. 12 years ago
symv_U_sse2.S Support AMD Piledriver by bulldozer kernels. 12 years ago
trsm_kernel_LN_2x8_nehalem.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_LN_4x2_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_LN_4x4_barcelona.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_LN_4x4_core2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_LN_4x4_penryn.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_LN_4x4_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_LN_4x4_sse3.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_LN_4x8_nehalem.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_LN_8x4_sse.S Added BULLDOZER target. So far it uses barcelona kernels. 13 years ago
trsm_kernel_LT_2x8_nehalem.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_LT_4x2_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_LT_4x4_barcelona.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_LT_4x4_core2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_LT_4x4_penryn.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_LT_4x4_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_LT_4x4_sse3.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_LT_4x8_nehalem.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_LT_8x4_sse.S Added BULLDOZER target. So far it uses barcelona kernels. 13 years ago
trsm_kernel_RT_2x8_nehalem.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_RT_4x2_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_RT_4x4_barcelona.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_RT_4x4_core2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_RT_4x4_penryn.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_RT_4x4_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_RT_4x4_sse3.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_RT_4x8_nehalem.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_RT_8x4_sse.S Added BULLDOZER target. So far it uses barcelona kernels. 13 years ago
xdot.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
xgemm3m_kernel_2x2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
xgemm_kernel_1x1.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
xgemv_n.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
xgemv_t.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
xtrsm_kernel_LT_1x1.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zamax.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zamax_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zamax_sse.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zamax_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zasum.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zasum_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zasum_sse.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zasum_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zaxpy.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zaxpy_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zaxpy_sse.S Fixed #7. 1)Disable the multi-thread and 2) Modified kernel codes to avoid unloop in axpy function when incx==0 or incy==0. 14 years ago
zaxpy_sse2.S Fixed #7. 1)Disable the multi-thread and 2) Modified kernel codes to avoid unloop in axpy function when incx==0 or incy==0. 14 years ago
zcopy.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zcopy_sse.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zcopy_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zdot.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zdot_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zdot_sse.S Refs #189. Fixed the bug of s/cdot about invalid reading NAN on x86_64. 12 years ago
zdot_sse2.S Ref #65. Fixed 64-bit Windows calling convention bug in cdot and zdot. 14 years ago
zgemm3m_kernel_2x8_nehalem.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm3m_kernel_4x2_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm3m_kernel_4x4_barcelona.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm3m_kernel_4x4_core2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm3m_kernel_4x4_penryn.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm3m_kernel_4x4_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm3m_kernel_4x4_sse3.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm3m_kernel_4x8_nehalem.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm3m_kernel_8x4_barcelona.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm3m_kernel_8x4_core2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm3m_kernel_8x4_penryn.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm3m_kernel_8x4_sse.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm3m_kernel_8x4_sse3.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm_beta.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm_kernel_1x4_nehalem.S Fixed #33 ztrmm bug on Nehalem. 14 years ago
zgemm_kernel_2x1_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm_kernel_2x2_barcelona.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm_kernel_2x2_bulldozer.S added zgemm_kernel_2x2_bulldozer.S 12 years ago
zgemm_kernel_2x2_core2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm_kernel_2x2_penryn.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm_kernel_2x2_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm_kernel_2x2_sse3.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm_kernel_2x4_nehalem.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm_kernel_4x2_barcelona.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm_kernel_4x2_core2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm_kernel_4x2_penryn.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm_kernel_4x2_sse.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm_kernel_4x2_sse3.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm_kernel_4x4_sandy.S Fixed the issue of mixing AVX and SSE codes in S/D/C/ZGEMM. 13 years ago
zgemm_ncopy_1.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm_ncopy_2.S Added BULLDOZER target. So far it uses barcelona kernels. 13 years ago
zgemm_tcopy_1.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm_tcopy_2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemv_n.S Fixed overflow internal buffer bug of (s/d/c/z)gemv on x86_64. 12 years ago
zgemv_n_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemv_n_dup.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemv_t.S Fixed overflow internal buffer bug of (s/d/c/z)gemv on x86_64. 12 years ago
zgemv_t_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemv_t_dup.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
znrm2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
znrm2_sse.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zrot.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zrot_sse.S fixed #4 csrot returned the wrong result when incx==incy==0. 14 years ago
zrot_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zscal.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zscal_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zscal_sse.S Init Sandybridge codes based on Nehalem. 13 years ago
zscal_sse2.S Init Sandybridge codes based on Nehalem. 13 years ago
zswap.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zswap_sse.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zswap_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zsymv_L_sse.S Support AMD Piledriver by bulldozer kernels. 12 years ago
zsymv_L_sse2.S Support AMD Piledriver by bulldozer kernels. 12 years ago
zsymv_U_sse.S Support AMD Piledriver by bulldozer kernels. 12 years ago
zsymv_U_sse2.S Support AMD Piledriver by bulldozer kernels. 12 years ago
ztrsm_kernel_LN_2x1_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ztrsm_kernel_LN_2x2_core2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ztrsm_kernel_LN_2x2_penryn.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ztrsm_kernel_LN_2x2_sse2.S Added BULLDOZER target. So far it uses barcelona kernels. 13 years ago
ztrsm_kernel_LN_2x2_sse3.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ztrsm_kernel_LN_2x4_nehalem.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ztrsm_kernel_LN_4x2_sse.S Added BULLDOZER target. So far it uses barcelona kernels. 13 years ago
ztrsm_kernel_LT_1x4_nehalem.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ztrsm_kernel_LT_2x1_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ztrsm_kernel_LT_2x2_core2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ztrsm_kernel_LT_2x2_penryn.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ztrsm_kernel_LT_2x2_sse2.S Added BULLDOZER target. So far it uses barcelona kernels. 13 years ago
ztrsm_kernel_LT_2x2_sse3.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ztrsm_kernel_LT_2x4_nehalem.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ztrsm_kernel_LT_4x2_sse.S Added BULLDOZER target. So far it uses barcelona kernels. 13 years ago
ztrsm_kernel_RT_1x4_nehalem.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ztrsm_kernel_RT_2x2_core2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ztrsm_kernel_RT_2x2_penryn.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ztrsm_kernel_RT_2x2_sse2.S Added BULLDOZER target. So far it uses barcelona kernels. 13 years ago
ztrsm_kernel_RT_2x2_sse3.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ztrsm_kernel_RT_2x4_nehalem.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ztrsm_kernel_RT_4x2_sse.S Added BULLDOZER target. So far it uses barcelona kernels. 13 years ago