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 refs #80. Used GEMV SSE2 kernels on x86. 13 years ago
KERNEL.ATHLON Import GotoBLAS2 1.13 BSD version codes. 14 years ago
KERNEL.ATOM Import GotoBLAS2 1.13 BSD version codes. 14 years ago
KERNEL.BANIAS 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 Init AMD Bulldozer codebase. 13 years ago
KERNEL.COPPERMINE Import GotoBLAS2 1.13 BSD version codes. 14 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.KATMAI 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.NORTHWOOD 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.P5 Import GotoBLAS2 1.13 BSD version codes. 14 years ago
KERNEL.P6 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 Init Sandybridge codes based on Nehalem. 13 years ago
KERNEL.VIAC3 Import GotoBLAS2 1.13 BSD version codes. 14 years ago
KERNEL.YONAH Import GotoBLAS2 1.13 BSD version codes. 14 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_sse.S Fixed #96 a SEGFAULT bug in samax on x86. 13 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_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_sse.S Fixed #7. Modified axpy kernel codes to avoid unloop with incx==0 or incy==0 in x86 32bits arch. 14 years ago
axpy_sse2.S Fixed #7. Modified axpy kernel codes to avoid unloop with incx==0 or incy==0 in x86 32bits arch. 14 years ago
axpy_sse2_opteron.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
cabs.S Import GotoBLAS2 1.13 BSD version codes. 14 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
cpuid.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
dot.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
dot_amd.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
dot_sse.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
dot_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
dot_sse2_opteron.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
dot_sse_opteron.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_1x4.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_kernel_2x2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_kernel_2x2_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_kernel_2x4_3dnow.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_kernel_2x4_barcelona.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_kernel_2x4_core2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_kernel_2x4_penryn.S Init Sandybridge codes based on Nehalem. 13 years ago
gemm_kernel_2x4_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_kernel_2x4_sse3.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_kernel_4x2_core2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_kernel_4x2_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_kernel_4x4_barcelona.S Added BULLDOZER target. So far it uses barcelona kernels. 13 years ago
gemm_kernel_4x4_penryn.S Init Sandybridge codes based on Nehalem. 13 years ago
gemm_kernel_4x4_sse.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_8x1_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_kernel_8x2_core2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_kernel_8x2_sse.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_ncopy_2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_ncopy_2_sse.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_ncopy_4_sse.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_tcopy_2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_tcopy_2_sse.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemm_tcopy_4_sse.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemv_n.S refs #55. Changed DTB_ENTRIES to DTB_DEFAULT_ENTRIES in x86 gemv_n kernel codes. 14 years ago
gemv_n_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemv_n_sse.S Fixed overflow internal buffer bug of (s/d/c/z)gemv on x86. 12 years ago
gemv_n_sse2.S Fixed overflow internal buffer bug of (s/d/c/z)gemv on x86. 12 years ago
gemv_t.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemv_t_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
gemv_t_sse.S Fixed overflow internal buffer bug of (s/d/c/z)gemv on x86. 12 years ago
gemv_t_sse2.S Fixed overflow internal buffer bug of (s/d/c/z)gemv on x86. 12 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 Import GotoBLAS2 1.13 BSD version codes. 14 years ago
lsame.S Fixed #238 bug in lsame on x86. 12 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
qaxpy.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 refs #55. Changed DTB_ENTRIES to DTB_DEFAULT_ENTRIES in x86 gemv_n kernel 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 #4 csrot & drot returned the wrong result when incx==incy==0 on i686 arch. 14 years ago
scal.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
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
trsm_kernel_LN_2x2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_LN_2x2_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_LN_2x4_penryn.S Init Sandybridge codes based on Nehalem. 13 years ago
trsm_kernel_LN_2x4_sse2.S Support AMD Piledriver by bulldozer kernels. 12 years ago
trsm_kernel_LN_2x4_sse3.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_LN_4x2_core2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_LN_4x2_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_LN_4x4_penryn.S Init Sandybridge codes based on Nehalem. 13 years ago
trsm_kernel_LN_4x4_sse.S Support AMD Piledriver by bulldozer kernels. 12 years ago
trsm_kernel_LN_8x2_sse.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_LT_1x4.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_LT_2x2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_LT_2x2_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_LT_2x4_penryn.S Init Sandybridge codes based on Nehalem. 13 years ago
trsm_kernel_LT_2x4_sse2.S Support AMD Piledriver by bulldozer kernels. 12 years ago
trsm_kernel_LT_2x4_sse3.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_LT_4x2_core2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_LT_4x2_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_LT_4x4_penryn.S Init Sandybridge codes based on Nehalem. 13 years ago
trsm_kernel_LT_4x4_sse.S Support AMD Piledriver by bulldozer kernels. 12 years ago
trsm_kernel_LT_8x2_sse.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_RT_1x4.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_RT_2x2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_RT_2x2_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_RT_2x4_penryn.S Init Sandybridge codes based on Nehalem. 13 years ago
trsm_kernel_RT_2x4_sse2.S Support AMD Piledriver by bulldozer kernels. 12 years ago
trsm_kernel_RT_2x4_sse3.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_RT_4x2_core2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_RT_4x2_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
trsm_kernel_RT_4x4_penryn.S Init Sandybridge codes based on Nehalem. 13 years ago
trsm_kernel_RT_4x4_sse.S Support AMD Piledriver by bulldozer kernels. 12 years ago
trsm_kernel_RT_8x2_sse.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
xaxpy.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
xdot.S Fixed #58 zdot SEGFAULT bug with GCC-4.6. Thank Mr. John for this patch. 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 refs #55. Changed DTB_ENTRIES to DTB_DEFAULT_ENTRIES in x86 gemv_n kernel 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_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_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_sse.S Fixed #7. Modified axpy kernel codes to avoid unloop with incx==0 or incy==0 in x86 32bits arch. 14 years ago
zaxpy_sse2.S Fixed #7. Modified axpy kernel codes to avoid unloop with incx==0 or incy==0 in x86 32bits arch. 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 Fixed #58 zdot SEGFAULT bug with GCC-4.6. Thank Mr. John for this patch. 14 years ago
zdot_amd.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zdot_sse.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zdot_sse2.S refs #140. Fixed zdot incompatibility ABI issue with GCC 4.7 on Win 32. 13 years ago
zgemm3m_kernel_1x4_athlon.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm3m_kernel_2x2_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm3m_kernel_2x2_coppermine.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm3m_kernel_2x4_barcelona.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm3m_kernel_2x4_opteron.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm3m_kernel_2x4_penryn.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm3m_kernel_2x4_prescott.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm3m_kernel_4x2_core2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm3m_kernel_4x2_northwood.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm3m_kernel_4x4_barcelona.S Added BULLDOZER target. So far it uses barcelona kernels. 13 years ago
zgemm3m_kernel_4x4_opteron.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_prescott.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm3m_kernel_8x2_core2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm3m_kernel_8x2_sse.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_1x1.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm_kernel_1x1_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm_kernel_1x2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm_kernel_1x2_3dnow.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm_kernel_1x2_barcelona.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm_kernel_1x2_penryn.S Init Sandybridge codes based on Nehalem. 13 years ago
zgemm_kernel_1x2_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm_kernel_1x2_sse3.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm_kernel_2x1_core2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm_kernel_2x1_sse2.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_penryn.S Init Sandybridge codes based on Nehalem. 13 years ago
zgemm_kernel_2x2_sse.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_4x1_core2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm_kernel_4x1_sse.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemm_ncopy_2.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 refs #55. Changed DTB_ENTRIES to DTB_DEFAULT_ENTRIES in x86 gemv_n kernel codes. 14 years ago
zgemv_n_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemv_n_sse.S Fixed overflow internal buffer bug of (s/d/c/z)gemv on x86. 12 years ago
zgemv_n_sse2.S Fixed overflow internal buffer bug of (s/d/c/z)gemv on x86. 12 years ago
zgemv_t.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemv_t_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
zgemv_t_sse.S Fixed overflow internal buffer bug of (s/d/c/z)gemv on x86. 12 years ago
zgemv_t_sse2.S Fixed overflow internal buffer bug of (s/d/c/z)gemv on x86. 12 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 & drot returned the wrong result when incx==incy==0 on i686 arch. 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_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
ztrsm_kernel_LN_2x1_core2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ztrsm_kernel_LN_2x1_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ztrsm_kernel_LN_2x2_penryn.S Init Sandybridge codes based on Nehalem. 13 years ago
ztrsm_kernel_LN_2x2_sse.S Support AMD Piledriver by bulldozer kernels. 12 years ago
ztrsm_kernel_LN_4x1_sse.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ztrsm_kernel_LT_1x1.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ztrsm_kernel_LT_1x1_atom.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ztrsm_kernel_LT_1x2_penryn.S Init Sandybridge codes based on Nehalem. 13 years ago
ztrsm_kernel_LT_1x2_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ztrsm_kernel_LT_1x2_sse3.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ztrsm_kernel_LT_2x1_core2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ztrsm_kernel_LT_2x1_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ztrsm_kernel_LT_2x2_penryn.S Init Sandybridge codes based on Nehalem. 13 years ago
ztrsm_kernel_LT_2x2_sse.S Support AMD Piledriver by bulldozer kernels. 12 years ago
ztrsm_kernel_LT_4x1_sse.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ztrsm_kernel_RT_1x2_penryn.S Init Sandybridge codes based on Nehalem. 13 years ago
ztrsm_kernel_RT_1x2_sse2.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ztrsm_kernel_RT_1x2_sse3.S Import GotoBLAS2 1.13 BSD version codes. 14 years ago
ztrsm_kernel_RT_2x2_penryn.S Init Sandybridge codes based on Nehalem. 13 years ago
ztrsm_kernel_RT_2x2_sse.S Support AMD Piledriver by bulldozer kernels. 12 years ago