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.
 
 
 
 
 
 
wernsaar ff9cfca24c Ref #385: added missing return instruction 11 years ago
..
KERNEL initial checkin of kernel/arm 12 years ago
KERNEL.ARMV5 added ARMV5 as reference platform 11 years ago
KERNEL.ARMV6 Merge branch 'develop' of https://github.com/wernsaar/OpenBLAS into wernsaar-develop 11 years ago
KERNEL.ARMV7 bugfixes for ARM regarding lapack tests 11 years ago
Makefile added missing file kernel/arm/Makefile 12 years ago
amax.c initial checkin of kernel/arm 12 years ago
amin.c initial checkin of kernel/arm 12 years ago
asum.c initial checkin of kernel/arm 12 years ago
asum_vfp.S renamed asum_vfpv3.S to asum_vfp.S 12 years ago
axpby.c Ref #285: added axpby kernels 11 years ago
axpy.c initial checkin of kernel/arm 12 years ago
axpy_vfp.S add optimized axpy kernel 12 years ago
ccopy_vfp.S renamed some BLAS kernels, which are compatible to ARMV6 12 years ago
cdot_vfp.S renamed some dot kernels 12 years ago
cgemm_kernel_2x2_vfp.S add optimized cgemm kernel for ARMV6 12 years ago
cgemm_kernel_2x2_vfpv3.S added cgemm_ncopy_2_vfpv3.S and made assembler labels unique 12 years ago
cgemm_ncopy_2_vfp.S renamed some ncopy and tcopy files 12 years ago
cgemm_tcopy_2_vfp.S renamed some ncopy and tcopy files 12 years ago
cgemv_n_vfp.S added complex gemv kernels for ARMV6 and ARMV7 12 years ago
cgemv_t_vfp.S added complex gemv kernels for ARMV6 and ARMV7 12 years ago
copy.c initial checkin of kernel/arm 12 years ago
ctrmm_kernel_2x2_vfp.S added optimized ctrmm kernel for ARMV6 12 years ago
ctrmm_kernel_2x2_vfpv3.S added kernels for cgemm, ctrmm, zgemm and ztrmm 12 years ago
dcopy_vfp.S renamed some BLAS kernels, which are compatible to ARMV6 12 years ago
ddot_vfp.S renamed some dot kernels 12 years ago
dgemm_kernel_4x2_vfp.S optimized dgemm kernel for ARMV6 12 years ago
dgemm_kernel_4x4_vfpv3.S fixed bug in SAVE macros, that are not found by any test routine 12 years ago
dgemm_ncopy_2_vfp.S added ncopy kernels for ARMV6 12 years ago
dgemm_ncopy_4_vfp.S renamed some ncopy and tcopy files 12 years ago
dgemm_tcopy_4_vfp.S renamed some ncopy and tcopy files 12 years ago
dot.c initial checkin of kernel/arm 12 years ago
dtrmm_kernel_4x2_vfp.S optimized dtrmm kernel for ARMV7 12 years ago
dtrmm_kernel_4x4_vfpv3.S fixed bug in SAVE macros, that are not found by any test routine 12 years ago
gemv_n.c Ref #385: added missing return instruction 11 years ago
gemv_n_vfp.S optimized gemv_n_vfp.S 12 years ago
gemv_n_vfpv3.S added gemv_n kernel for single and double precision 12 years ago
gemv_t.c Ref #385: added missing return instruction 11 years ago
gemv_t_vfp.S added optimized gemv_t kernel for ARMV6 12 years ago
gemv_t_vfpv3.S added gemv_t kernel for single and double precision 12 years ago
iamax.c initial checkin of kernel/arm 12 years ago
iamax_vfp.S renamed iamax assembler kernel 12 years ago
iamin.c initial checkin of kernel/arm 12 years ago
imax.c initial checkin of kernel/arm 12 years ago
imin.c initial checkin of kernel/arm 12 years ago
izamax.c initial checkin of kernel/arm 12 years ago
izamin.c initial checkin of kernel/arm 12 years ago
max.c initial checkin of kernel/arm 12 years ago
min.c initial checkin of kernel/arm 12 years ago
nrm2.c initial checkin of kernel/arm 12 years ago
nrm2_vfp.S added nrm2 kernel for ARMV6 12 years ago
nrm2_vfpv3.S added nrm2 kernel for all precisions 12 years ago
omatcopy_cn.c Ref #51: added blas extension domatcopy as not opimized reference 11 years ago
omatcopy_ct.c Ref #51: added blas extension domatcopy as not opimized reference 11 years ago
omatcopy_rn.c Ref #51: added blas extension domatcopy as not opimized reference 11 years ago
omatcopy_rt.c Ref #51: added blas extension domatcopy as not opimized reference 11 years ago
rot.c initial checkin of kernel/arm 12 years ago
rot_vfp.S renamed rot_vfpv3.S to rot_vfp.S 12 years ago
scal.c added ZERO check because bug in lapack-test 11 years ago
scal_vfp.S renamed scal_vfpv3.S to scal_vfp.S 12 years ago
scopy_vfp.S renamed some BLAS kernels, which are compatible to ARMV6 12 years ago
sdot_vfp.S added sdot_vfp.S 12 years ago
sgemm_kernel_4x2_vfp.S optimized sgemm kernel for ARMV6 12 years ago
sgemm_kernel_4x4_vfpv3.S fixed bug in SAVE macros, that are not found by any test routine 12 years ago
sgemm_ncopy_2_vfp.S added ncopy kernels for ARMV6 12 years ago
sgemm_ncopy_4_vfp.S renamed some ncopy and tcopy files 12 years ago
sgemm_tcopy_4_vfp.S renamed some ncopy and tcopy files 12 years ago
strmm_kernel_4x2_vfp.S optimized strmm kernel for ARMV6 12 years ago
strmm_kernel_4x4_vfpv3.S fixed bug in SAVE macros, that are not found by any test routine 12 years ago
swap.c initial checkin of kernel/arm 12 years ago
swap_vfp.S renamed swap_vfpv3.S to swap_vfp.S 12 years ago
zamax.c initial checkin of kernel/arm 12 years ago
zamin.c initial checkin of kernel/arm 12 years ago
zasum.c initial checkin of kernel/arm 12 years ago
zaxpby.c Ref #285: added axpby kernels 11 years ago
zaxpy.c initial checkin of kernel/arm 12 years ago
zcopy.c initial checkin of kernel/arm 12 years ago
zcopy_vfp.S renamed some BLAS kernels, which are compatible to ARMV6 12 years ago
zdot.c initial checkin of kernel/arm 12 years ago
zdot_vfp.S renamed some dot kernels 12 years ago
zgemm_kernel_2x2_vfp.S optimized zgemm kernel for ARMV6 12 years ago
zgemm_kernel_2x2_vfpv3.S added zgemm_ncopy_2_vfpv3.S and made assembler labels unique 12 years ago
zgemm_ncopy_2_vfp.S renamed some ncopy and tcopy files 12 years ago
zgemm_tcopy_2_vfp.S renamed some ncopy and tcopy files 12 years ago
zgemv_n.c small optimizations for zgemv kernels 12 years ago
zgemv_n_vfp.S added complex gemv kernels for ARMV6 and ARMV7 12 years ago
zgemv_t.c small optimizations for zgemv kernels 12 years ago
zgemv_t_vfp.S added complex gemv kernels for ARMV6 and ARMV7 12 years ago
znrm2.c initial checkin of kernel/arm 12 years ago
zomatcopy_cn.c Ref #51: added blas extensions zomatcopy and comatcopy 11 years ago
zomatcopy_cnc.c Ref #51: added blas extensions zomatcopy and comatcopy 11 years ago
zomatcopy_ct.c Ref #51: added blas extensions zomatcopy and comatcopy 11 years ago
zomatcopy_ctc.c Ref #51: added blas extensions zomatcopy and comatcopy 11 years ago
zomatcopy_rn.c Ref #51: added blas extensions zomatcopy and comatcopy 11 years ago
zomatcopy_rnc.c Ref #51: added blas extensions zomatcopy and comatcopy 11 years ago
zomatcopy_rt.c Ref #51: added blas extensions zomatcopy and comatcopy 11 years ago
zomatcopy_rtc.c Ref #51: added blas extensions zomatcopy and comatcopy 11 years ago
zrot.c initial checkin of kernel/arm 12 years ago
zscal.c added ZERO check to zscal.c because bug in lapack-testing 11 years ago
zswap.c initial checkin of kernel/arm 12 years ago
ztrmm_kernel_2x2_vfp.S added optimized ztrmm kernel for ARMV6 12 years ago
ztrmm_kernel_2x2_vfpv3.S added kernels for cgemm, ctrmm, zgemm and ztrmm 12 years ago