OpenBLAS/kernel/x86
Zhang Xianyi 886cbaf4e4 Support AMD Piledriver by bulldozer kernels. 2013-07-06 12:06:43 -03:00
..
KERNEL refs #80. Used GEMV SSE2 kernels on x86. 2012-03-19 17:56:22 +08:00
KERNEL.ATHLON Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
KERNEL.ATOM Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
KERNEL.BANIAS Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
KERNEL.BARCELONA Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
KERNEL.BOBCAT Refs #113. Fixed the typo BOBCATE -> BOBCAT 2012-05-31 22:40:15 +08:00
KERNEL.BULLDOZER Init AMD Bulldozer codebase. 2012-12-06 07:29:54 -05:00
KERNEL.COPPERMINE Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
KERNEL.CORE2 Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
KERNEL.DUNNINGTON Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
KERNEL.KATMAI Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
KERNEL.NANO Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
KERNEL.NEHALEM Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
KERNEL.NORTHWOOD Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
KERNEL.OPTERON Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
KERNEL.OPTERON_SSE3 Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
KERNEL.P5 Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
KERNEL.P6 Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
KERNEL.PENRYN Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
KERNEL.PILEDRIVER Support AMD Piledriver by bulldozer kernels. 2013-07-06 12:06:43 -03:00
KERNEL.PRESCOTT Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
KERNEL.SANDYBRIDGE Init Sandybridge codes based on Nehalem. 2012-03-30 20:01:03 +08:00
KERNEL.VIAC3 Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
KERNEL.YONAH Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
Makefile Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
amax.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
amax_sse.S Fixed #96 a SEGFAULT bug in samax on x86. 2012-04-26 16:50:57 +08:00
amax_sse2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
asum.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
asum_sse.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
asum_sse2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
axpy.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
axpy_sse.S Fixed #7. Modified axpy kernel codes to avoid unloop with incx==0 or incy==0 in x86 32bits arch. 2011-02-23 20:08:34 +08:00
axpy_sse2.S Fixed #7. Modified axpy kernel codes to avoid unloop with incx==0 or incy==0 in x86 32bits arch. 2011-02-23 20:08:34 +08:00
axpy_sse2_opteron.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
cabs.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
copy.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
copy_sse.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
copy_sse2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
cpuid.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
dot.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
dot_amd.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
dot_sse.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
dot_sse2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
dot_sse2_opteron.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
dot_sse_opteron.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
gemm_beta.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
gemm_kernel_1x4.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
gemm_kernel_2x2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
gemm_kernel_2x2_atom.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
gemm_kernel_2x4_3dnow.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
gemm_kernel_2x4_barcelona.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
gemm_kernel_2x4_core2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
gemm_kernel_2x4_penryn.S Init Sandybridge codes based on Nehalem. 2012-03-30 20:01:03 +08:00
gemm_kernel_2x4_sse2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
gemm_kernel_2x4_sse3.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
gemm_kernel_4x2_core2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
gemm_kernel_4x2_sse2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
gemm_kernel_4x4_barcelona.S Added BULLDOZER target. So far it uses barcelona kernels. 2012-12-07 00:53:31 +08:00
gemm_kernel_4x4_penryn.S Init Sandybridge codes based on Nehalem. 2012-03-30 20:01:03 +08:00
gemm_kernel_4x4_sse.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
gemm_kernel_4x4_sse3.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
gemm_kernel_8x1_sse2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
gemm_kernel_8x2_core2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
gemm_kernel_8x2_sse.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
gemm_ncopy_2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
gemm_ncopy_2_sse.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
gemm_ncopy_4_sse.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
gemm_tcopy_2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
gemm_tcopy_2_sse.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
gemm_tcopy_4_sse.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
gemv_n.S refs #55. Changed DTB_ENTRIES to DTB_DEFAULT_ENTRIES in x86 gemv_n kernel codes. 2011-09-06 14:14:07 +08:00
gemv_n_atom.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
gemv_n_sse.S Fixed overflow internal buffer bug of (s/d/c/z)gemv on x86. 2013-05-29 13:23:12 +08:00
gemv_n_sse2.S Fixed overflow internal buffer bug of (s/d/c/z)gemv on x86. 2013-05-29 13:23:12 +08:00
gemv_t.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
gemv_t_atom.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
gemv_t_sse.S Fixed overflow internal buffer bug of (s/d/c/z)gemv on x86. 2013-05-29 13:23:12 +08:00
gemv_t_sse2.S Fixed overflow internal buffer bug of (s/d/c/z)gemv on x86. 2013-05-29 13:23:12 +08:00
iamax.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
iamax_sse.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
iamax_sse2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
izamax.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
izamax_sse.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
izamax_sse2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
lsame.S Fixed #238 bug in lsame on x86. 2013-06-28 22:43:41 +08:00
nrm2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
nrm2_sse.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
qaxpy.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
qconjg.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
qdot.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
qgemm_kernel_2x2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
qgemv_n.S refs #55. Changed DTB_ENTRIES to DTB_DEFAULT_ENTRIES in x86 gemv_n kernel codes. 2011-09-06 14:14:07 +08:00
qgemv_t.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
qtrsm_kernel_LN_2x2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
qtrsm_kernel_LT_2x2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
qtrsm_kernel_RT_2x2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
rot.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
rot_sse.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
rot_sse2.S fixed #4 csrot & drot returned the wrong result when incx==incy==0 on i686 arch. 2011-02-18 03:00:58 +08:00
scal.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
scal_sse.S Added BULLDOZER target. So far it uses barcelona kernels. 2012-12-07 00:53:31 +08:00
scal_sse2.S Added BULLDOZER target. So far it uses barcelona kernels. 2012-12-07 00:53:31 +08:00
staticbuffer.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
swap.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
swap_sse.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
swap_sse2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
trsm_kernel_LN_2x2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
trsm_kernel_LN_2x2_atom.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
trsm_kernel_LN_2x4_penryn.S Init Sandybridge codes based on Nehalem. 2012-03-30 20:01:03 +08:00
trsm_kernel_LN_2x4_sse2.S Support AMD Piledriver by bulldozer kernels. 2013-07-06 12:06:43 -03:00
trsm_kernel_LN_2x4_sse3.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
trsm_kernel_LN_4x2_core2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
trsm_kernel_LN_4x2_sse2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
trsm_kernel_LN_4x4_penryn.S Init Sandybridge codes based on Nehalem. 2012-03-30 20:01:03 +08:00
trsm_kernel_LN_4x4_sse.S Support AMD Piledriver by bulldozer kernels. 2013-07-06 12:06:43 -03:00
trsm_kernel_LN_8x2_sse.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
trsm_kernel_LT_1x4.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
trsm_kernel_LT_2x2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
trsm_kernel_LT_2x2_atom.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
trsm_kernel_LT_2x4_penryn.S Init Sandybridge codes based on Nehalem. 2012-03-30 20:01:03 +08:00
trsm_kernel_LT_2x4_sse2.S Support AMD Piledriver by bulldozer kernels. 2013-07-06 12:06:43 -03:00
trsm_kernel_LT_2x4_sse3.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
trsm_kernel_LT_4x2_core2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
trsm_kernel_LT_4x2_sse2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
trsm_kernel_LT_4x4_penryn.S Init Sandybridge codes based on Nehalem. 2012-03-30 20:01:03 +08:00
trsm_kernel_LT_4x4_sse.S Support AMD Piledriver by bulldozer kernels. 2013-07-06 12:06:43 -03:00
trsm_kernel_LT_8x2_sse.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
trsm_kernel_RT_1x4.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
trsm_kernel_RT_2x2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
trsm_kernel_RT_2x2_atom.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
trsm_kernel_RT_2x4_penryn.S Init Sandybridge codes based on Nehalem. 2012-03-30 20:01:03 +08:00
trsm_kernel_RT_2x4_sse2.S Support AMD Piledriver by bulldozer kernels. 2013-07-06 12:06:43 -03:00
trsm_kernel_RT_2x4_sse3.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
trsm_kernel_RT_4x2_core2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
trsm_kernel_RT_4x2_sse2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
trsm_kernel_RT_4x4_penryn.S Init Sandybridge codes based on Nehalem. 2012-03-30 20:01:03 +08:00
trsm_kernel_RT_4x4_sse.S Support AMD Piledriver by bulldozer kernels. 2013-07-06 12:06:43 -03:00
trsm_kernel_RT_8x2_sse.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
xaxpy.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
xdot.S Fixed #58 zdot SEGFAULT bug with GCC-4.6. Thank Mr. John for this patch. 2011-09-14 23:52:51 +08:00
xgemm3m_kernel_2x2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
xgemm_kernel_1x1.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
xgemv_n.S refs #55. Changed DTB_ENTRIES to DTB_DEFAULT_ENTRIES in x86 gemv_n kernel codes. 2011-09-06 14:14:07 +08:00
xgemv_t.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
xtrsm_kernel_LT_1x1.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zamax.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zamax_sse.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zamax_sse2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zasum.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zasum_sse.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zasum_sse2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zaxpy.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zaxpy_sse.S Fixed #7. Modified axpy kernel codes to avoid unloop with incx==0 or incy==0 in x86 32bits arch. 2011-02-23 20:08:34 +08:00
zaxpy_sse2.S Fixed #7. Modified axpy kernel codes to avoid unloop with incx==0 or incy==0 in x86 32bits arch. 2011-02-23 20:08:34 +08:00
zcopy.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zcopy_sse.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zcopy_sse2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zdot.S Fixed #58 zdot SEGFAULT bug with GCC-4.6. Thank Mr. John for this patch. 2011-09-14 23:52:51 +08:00
zdot_amd.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zdot_sse.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zdot_sse2.S refs #140. Fixed zdot incompatibility ABI issue with GCC 4.7 on Win 32. 2012-09-24 20:34:33 +08:00
zgemm3m_kernel_1x4_athlon.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemm3m_kernel_2x2_atom.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemm3m_kernel_2x2_coppermine.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemm3m_kernel_2x4_barcelona.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemm3m_kernel_2x4_opteron.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemm3m_kernel_2x4_penryn.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemm3m_kernel_2x4_prescott.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemm3m_kernel_4x2_core2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemm3m_kernel_4x2_northwood.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemm3m_kernel_4x4_barcelona.S Added BULLDOZER target. So far it uses barcelona kernels. 2012-12-07 00:53:31 +08:00
zgemm3m_kernel_4x4_opteron.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemm3m_kernel_4x4_penryn.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemm3m_kernel_4x4_prescott.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemm3m_kernel_8x2_core2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemm3m_kernel_8x2_sse.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemm_beta.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemm_kernel_1x1.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemm_kernel_1x1_atom.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemm_kernel_1x2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemm_kernel_1x2_3dnow.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemm_kernel_1x2_barcelona.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemm_kernel_1x2_penryn.S Init Sandybridge codes based on Nehalem. 2012-03-30 20:01:03 +08:00
zgemm_kernel_1x2_sse2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemm_kernel_1x2_sse3.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemm_kernel_2x1_core2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemm_kernel_2x1_sse2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemm_kernel_2x2_barcelona.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemm_kernel_2x2_penryn.S Init Sandybridge codes based on Nehalem. 2012-03-30 20:01:03 +08:00
zgemm_kernel_2x2_sse.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemm_kernel_2x2_sse3.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemm_kernel_4x1_core2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemm_kernel_4x1_sse.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemm_ncopy_2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemm_tcopy_2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemv_n.S refs #55. Changed DTB_ENTRIES to DTB_DEFAULT_ENTRIES in x86 gemv_n kernel codes. 2011-09-06 14:14:07 +08:00
zgemv_n_atom.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemv_n_sse.S Fixed overflow internal buffer bug of (s/d/c/z)gemv on x86. 2013-05-29 13:23:12 +08:00
zgemv_n_sse2.S Fixed overflow internal buffer bug of (s/d/c/z)gemv on x86. 2013-05-29 13:23:12 +08:00
zgemv_t.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemv_t_atom.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zgemv_t_sse.S Fixed overflow internal buffer bug of (s/d/c/z)gemv on x86. 2013-05-29 13:23:12 +08:00
zgemv_t_sse2.S Fixed overflow internal buffer bug of (s/d/c/z)gemv on x86. 2013-05-29 13:23:12 +08:00
znrm2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
znrm2_sse.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zrot.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zrot_sse.S fixed #4 csrot & drot returned the wrong result when incx==incy==0 on i686 arch. 2011-02-18 03:00:58 +08:00
zrot_sse2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zscal.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zscal_sse.S Init Sandybridge codes based on Nehalem. 2012-03-30 20:01:03 +08:00
zscal_sse2.S Init Sandybridge codes based on Nehalem. 2012-03-30 20:01:03 +08:00
zswap.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zswap_sse.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
zswap_sse2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
ztrsm_kernel_LN_2x1_core2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
ztrsm_kernel_LN_2x1_sse2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
ztrsm_kernel_LN_2x2_penryn.S Init Sandybridge codes based on Nehalem. 2012-03-30 20:01:03 +08:00
ztrsm_kernel_LN_2x2_sse.S Support AMD Piledriver by bulldozer kernels. 2013-07-06 12:06:43 -03:00
ztrsm_kernel_LN_4x1_sse.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
ztrsm_kernel_LT_1x1.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
ztrsm_kernel_LT_1x1_atom.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
ztrsm_kernel_LT_1x2_penryn.S Init Sandybridge codes based on Nehalem. 2012-03-30 20:01:03 +08:00
ztrsm_kernel_LT_1x2_sse2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
ztrsm_kernel_LT_1x2_sse3.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
ztrsm_kernel_LT_2x1_core2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
ztrsm_kernel_LT_2x1_sse2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
ztrsm_kernel_LT_2x2_penryn.S Init Sandybridge codes based on Nehalem. 2012-03-30 20:01:03 +08:00
ztrsm_kernel_LT_2x2_sse.S Support AMD Piledriver by bulldozer kernels. 2013-07-06 12:06:43 -03:00
ztrsm_kernel_LT_4x1_sse.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
ztrsm_kernel_RT_1x2_penryn.S Init Sandybridge codes based on Nehalem. 2012-03-30 20:01:03 +08:00
ztrsm_kernel_RT_1x2_sse2.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
ztrsm_kernel_RT_1x2_sse3.S Import GotoBLAS2 1.13 BSD version codes. 2011-01-24 14:54:24 +00:00
ztrsm_kernel_RT_2x2_penryn.S Init Sandybridge codes based on Nehalem. 2012-03-30 20:01:03 +08:00
ztrsm_kernel_RT_2x2_sse.S Support AMD Piledriver by bulldozer kernels. 2013-07-06 12:06:43 -03:00