OpenBLAS/kernel/arm
Yichao Yu 594b9f4c73 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
..
KERNEL initial checkin of kernel/arm 2013-09-28 19:02:25 +02:00
KERNEL.ARMV5 Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
KERNEL.ARMV6 bugfixes for lapack on ARM Platform 2014-07-09 12:21:39 +02:00
KERNEL.ARMV7 bugfixes for lapack on ARM Platform 2014-07-09 12:21:39 +02:00
KERNEL.CORTEXA9 Add cortex-a9 and cortex-a15 targets. 2015-01-12 08:55:29 +00:00
KERNEL.CORTEXA15 Add cortex-a9 and cortex-a15 targets. 2015-01-12 08:55:29 +00:00
Makefile added missing file kernel/arm/Makefile 2013-11-03 11:54:39 +01:00
amax.c Minor C code fixes in kernel/arm 2015-11-09 14:15:49 +05:30
amin.c Minor C code fixes in kernel/arm 2015-11-09 14:15:49 +05:30
asum.c Minor C code fixes in kernel/arm 2015-11-09 14:15:49 +05:30
asum_vfp.S 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
axpby.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
axpy.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
axpy_vfp.S add optimized axpy kernel 2013-11-25 12:25:58 +01:00
ccopy_vfp.S Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
cdot_vfp.S 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
cgemm_kernel_2x2_vfp.S 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
cgemm_kernel_2x2_vfpv3.S 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
cgemm_ncopy_2_vfp.S Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
cgemm_tcopy_2_vfp.S renamed some ncopy and tcopy files 2013-11-22 00:20:25 +01:00
cgemv_n_vfp.S 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
cgemv_t_vfp.S 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
copy.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
ctrmm_kernel_2x2_vfp.S 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
ctrmm_kernel_2x2_vfpv3.S 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
dcopy_vfp.S Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
ddot_vfp.S 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
dgemm_kernel_4x2_vfp.S 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
dgemm_kernel_4x4_vfpv3.S 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
dgemm_ncopy_2_vfp.S Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
dgemm_ncopy_4_vfp.S Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
dgemm_tcopy_4_vfp.S Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
dot.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
dtrmm_kernel_4x2_vfp.S 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
dtrmm_kernel_4x4_vfpv3.S 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
gemv_n.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
gemv_n_vfp.S 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
gemv_n_vfpv3.S 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
gemv_t.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
gemv_t_vfp.S 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
gemv_t_vfpv3.S 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
iamax.c Minor C code fixes in kernel/arm 2015-11-09 14:15:49 +05:30
iamax_vfp.S 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
iamin.c Minor C code fixes in kernel/arm 2015-11-09 14:15:49 +05:30
imax.c Minor C code fixes in kernel/arm 2015-11-09 14:15:49 +05:30
imin.c Minor C code fixes in kernel/arm 2015-11-09 14:15:49 +05:30
izamax.c Minor C code fixes in kernel/arm 2015-11-09 14:15:49 +05:30
izamin.c Minor C code fixes in kernel/arm 2015-11-09 14:15:49 +05:30
max.c Minor C code fixes in kernel/arm 2015-11-09 14:15:49 +05:30
min.c Minor C code fixes in kernel/arm 2015-11-09 14:15:49 +05:30
nrm2.c Minor C code fixes in kernel/arm 2015-11-09 14:15:49 +05:30
nrm2_vfp.S 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
nrm2_vfpv3.S 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
omatcopy_cn.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
omatcopy_ct.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
omatcopy_rn.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
omatcopy_rt.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
rot.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
rot_vfp.S Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
scal.c Use pure C generic target on x86 and x86_64. 2015-08-03 23:55:56 -05:00
scal_vfp.S Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
scopy_vfp.S Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
sdot_vfp.S 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
sgemm_kernel_4x2_vfp.S 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
sgemm_kernel_4x4_vfpv3.S 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
sgemm_ncopy_2_vfp.S Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
sgemm_ncopy_4_vfp.S Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
sgemm_tcopy_4_vfp.S Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
strmm_kernel_4x2_vfp.S 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
strmm_kernel_4x4_vfpv3.S 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
swap.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
swap_vfp.S renamed swap_vfpv3.S to swap_vfp.S 2013-11-21 23:19:32 +01:00
symv_L.c added reference in C for symv_L 2014-08-16 11:36:48 +02:00
symv_U.c add reference in C for symv_U 2014-08-16 13:52:50 +02:00
zamax.c Minor C code fixes in kernel/arm 2015-11-09 14:15:49 +05:30
zamin.c Minor C code fixes in kernel/arm 2015-11-09 14:15:49 +05:30
zasum.c Minor C code fixes in kernel/arm 2015-11-09 14:15:49 +05:30
zaxpby.c Minor C code fixes in kernel/arm 2015-11-09 14:15:49 +05:30
zaxpy.c Use cmake to build OpenBLAS GENERIC Target on MSVC x86 64-bit. 2015-08-10 14:10:44 -05:00
zcopy.c Use cmake to build OpenBLAS GENERIC Target on MSVC x86 64-bit. 2015-08-10 14:10:44 -05:00
zcopy_vfp.S Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zdot.c Use cmake to build OpenBLAS GENERIC Target on MSVC x86 64-bit. 2015-08-10 14:10:44 -05:00
zdot_vfp.S 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
zgemm_kernel_2x2_vfp.S 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
zgemm_kernel_2x2_vfpv3.S 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
zgemm_ncopy_2_vfp.S Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zgemm_tcopy_2_vfp.S renamed some ncopy and tcopy files 2013-11-22 00:20:25 +01:00
zgemv_n.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zgemv_n_vfp.S 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
zgemv_t.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zgemv_t_vfp.S 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
znrm2.c Minor C code fixes in kernel/arm 2015-11-09 14:15:49 +05:30
zomatcopy_cn.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zomatcopy_cnc.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zomatcopy_ct.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zomatcopy_ctc.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zomatcopy_rn.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zomatcopy_rnc.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zomatcopy_rt.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zomatcopy_rtc.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zrot.c Use cmake to build OpenBLAS GENERIC Target on MSVC x86 64-bit. 2015-08-10 14:10:44 -05:00
zscal.c Remove all trailing whitespace except lapack-netlib 2014-06-27 12:05:18 -07:00
zswap.c Use cmake to build OpenBLAS GENERIC Target on MSVC x86 64-bit. 2015-08-10 14:10:44 -05:00
ztrmm_kernel_2x2_vfp.S 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
ztrmm_kernel_2x2_vfpv3.S 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