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.
 
 
 
 
 
 
Martin Kroeker cdbe0f0235
Add MIPS implementation of ?sum
7 years ago
..
KERNEL MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
KERNEL.1004K Add MIPS 1004K target (Mediatek MT7621 SOC) 8 years ago
KERNEL.P5600 Add MIPS implementation of ?sum 7 years ago
Makefile MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
amax.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
amin.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
asum.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
axpby.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
axpy.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
casum_msa.c Updated data prefetch in TRSM, ASUM, DOT functions 9 years ago
caxpy_msa.c Add msa optimization for AXPY, COPY, SCALE, SWAP 9 years ago
ccopy_msa.c Add msa optimization for AXPY, COPY, SCALE, SWAP 9 years ago
cdot_msa.c Updated data prefetch in TRSM, ASUM, DOT functions 9 years ago
cgemm_kernel_8x4_msa.c SGEMM, DGEMM, CGEMM, ZGEMM functions data prefetch 9 years ago
cgemm_ncopy_4_msa.c Added CGEMM, ZGEMM, STRMM, DTRMM, CTRMM, ZTRMM. Updated macros in SGEMM, DGEMM, STRMM. 10 years ago
cgemm_ncopy_8_msa.c Added CGEMM, ZGEMM, STRMM, DTRMM, CTRMM, ZTRMM. Updated macros in SGEMM, DGEMM, STRMM. 10 years ago
cgemm_tcopy_4_msa.c Added CGEMM, ZGEMM, STRMM, DTRMM, CTRMM, ZTRMM. Updated macros in SGEMM, DGEMM, STRMM. 10 years ago
cgemm_tcopy_8_msa.c Added CGEMM, ZGEMM, STRMM, DTRMM, CTRMM, ZTRMM. Updated macros in SGEMM, DGEMM, STRMM. 10 years ago
cgemv_n_msa.c Initialize uninitialized variables (cppcheck) 8 years ago
cgemv_t_msa.c Added prefetch to CGEMV and ZGEMV. 9 years ago
copy.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
crot_msa.c Added rot functions. 9 years ago
cscal_msa.c Add msa optimization for AXPY, COPY, SCALE, SWAP 9 years ago
cswap_msa.c Add msa optimization for AXPY, COPY, SCALE, SWAP 9 years ago
dasum_msa.c Updated data prefetch in TRSM, ASUM, DOT functions 9 years ago
daxpy_msa.c Add msa optimization for AXPY, COPY, SCALE, SWAP 9 years ago
dcopy_msa.c Add msa optimization for AXPY, COPY, SCALE, SWAP 9 years ago
ddot_msa.c Updated data prefetch in TRSM, ASUM, DOT functions 9 years ago
dgemm_kernel_8x4_msa.c SGEMM, DGEMM, CGEMM, ZGEMM functions data prefetch 9 years ago
dgemm_ncopy_4_msa.c Added CGEMM, ZGEMM, STRMM, DTRMM, CTRMM, ZTRMM. Updated macros in SGEMM, DGEMM, STRMM. 10 years ago
dgemm_ncopy_8_msa.c Added CGEMM, ZGEMM, STRMM, DTRMM, CTRMM, ZTRMM. Updated macros in SGEMM, DGEMM, STRMM. 10 years ago
dgemm_tcopy_4_msa.c Added CGEMM, ZGEMM, STRMM, DTRMM, CTRMM, ZTRMM. Updated macros in SGEMM, DGEMM, STRMM. 10 years ago
dgemm_tcopy_8_msa.c Added CGEMM, ZGEMM, STRMM, DTRMM, CTRMM, ZTRMM. Updated macros in SGEMM, DGEMM, STRMM. 10 years ago
dgemv_n_msa.c Use correct data type for initializers of v2f64, v4f32 8 years ago
dgemv_t_msa.c Added MSA optimization for GEMV_N, GEMV_T, ASUM, DOT functions 9 years ago
dot.c Remove extraneous brace from previous commit 8 years ago
drot_msa.c Added rot functions. 9 years ago
dscal_msa.c Add msa optimization for AXPY, COPY, SCALE, SWAP 9 years ago
dswap_msa.c Add msa optimization for AXPY, COPY, SCALE, SWAP 9 years ago
dtrsm_kernel_LN_8x4_msa.c Updated data prefetch in TRSM, ASUM, DOT functions 9 years ago
dtrsm_kernel_LT_8x4_msa.c Updated data prefetch in TRSM, ASUM, DOT functions 9 years ago
dtrsm_kernel_RN_8x4_msa.c Updated data prefetch in TRSM, ASUM, DOT functions 9 years ago
dtrsm_kernel_RT_8x4_msa.c Updated data prefetch in TRSM, ASUM, DOT functions 9 years ago
gemv_n.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
gemv_t.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
iamax.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
iamin.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
imax.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
imin.c Fix wrong comparison that made IMIN identical to IMAX 7 years ago
izamax.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
izamin.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
macros_msa.h Add msa optimization for AXPY, COPY, SCALE, SWAP 9 years ago
max.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
min.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
nrm2.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
omatcopy_cn.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
omatcopy_ct.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
omatcopy_rn.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
omatcopy_rt.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
rot.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
sasum_msa.c Updated data prefetch in TRSM, ASUM, DOT functions 9 years ago
saxpy_msa.c Add msa optimization for AXPY, COPY, SCALE, SWAP 9 years ago
scal.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
scopy_msa.c Add msa optimization for AXPY, COPY, SCALE, SWAP 9 years ago
sdot_msa.c Updated data prefetch in TRSM, ASUM, DOT functions 9 years ago
sgemm_kernel_8x8_msa.c SGEMM, DGEMM, CGEMM, ZGEMM functions data prefetch 9 years ago
sgemm_ncopy_8_msa.c Added CGEMM, ZGEMM, STRMM, DTRMM, CTRMM, ZTRMM. Updated macros in SGEMM, DGEMM, STRMM. 10 years ago
sgemm_tcopy_8_msa.c Added CGEMM, ZGEMM, STRMM, DTRMM, CTRMM, ZTRMM. Updated macros in SGEMM, DGEMM, STRMM. 10 years ago
sgemv_n_msa.c Use correct data type for initializers of v2f64, v4f32 8 years ago
sgemv_t_msa.c Added MSA optimization for GEMV_N, GEMV_T, ASUM, DOT functions 9 years ago
srot_msa.c Added rot functions. 9 years ago
sscal_msa.c Add msa optimization for AXPY, COPY, SCALE, SWAP 9 years ago
sswap_msa.c Add msa optimization for AXPY, COPY, SCALE, SWAP 9 years ago
strsm_kernel_LN_8x8_msa.c Updated data prefetch in TRSM, ASUM, DOT functions 9 years ago
strsm_kernel_LT_8x8_msa.c Updated data prefetch in TRSM, ASUM, DOT functions 9 years ago
strsm_kernel_RN_8x8_msa.c Updated data prefetch in TRSM, ASUM, DOT functions 9 years ago
strsm_kernel_RT_8x8_msa.c Updated data prefetch in TRSM, ASUM, DOT functions 9 years ago
sum.c Add MIPS implementation of ?sum 7 years ago
swap.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
symv_L.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
symv_U.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
zamax.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
zamin.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
zasum.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
zasum_msa.c Updated data prefetch in TRSM, ASUM, DOT functions 9 years ago
zaxpby.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
zaxpy.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
zaxpy_msa.c Add msa optimization for AXPY, COPY, SCALE, SWAP 9 years ago
zcopy.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
zcopy_msa.c Add msa optimization for AXPY, COPY, SCALE, SWAP 9 years ago
zdot.c Update zdot.c 9 years ago
zdot_msa.c Updated data prefetch in TRSM, ASUM, DOT functions 9 years ago
zgemm_kernel_4x4_msa.c SGEMM, DGEMM, CGEMM, ZGEMM functions data prefetch 9 years ago
zgemm_ncopy_4_msa.c Added CGEMM, ZGEMM, STRMM, DTRMM, CTRMM, ZTRMM. Updated macros in SGEMM, DGEMM, STRMM. 10 years ago
zgemm_tcopy_4_msa.c Added CGEMM, ZGEMM, STRMM, DTRMM, CTRMM, ZTRMM. Updated macros in SGEMM, DGEMM, STRMM. 10 years ago
zgemv_n.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
zgemv_n_msa.c Added prefetch to CGEMV and ZGEMV. 9 years ago
zgemv_t.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
zgemv_t_msa.c Added prefetch to CGEMV and ZGEMV. 9 years ago
znrm2.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
zomatcopy_cn.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
zomatcopy_cnc.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
zomatcopy_ct.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
zomatcopy_ctc.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
zomatcopy_rn.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
zomatcopy_rnc.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
zomatcopy_rt.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
zomatcopy_rtc.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
zrot.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
zrot_msa.c Added rot functions. 9 years ago
zscal.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
zscal_msa.c Add msa optimization for AXPY, COPY, SCALE, SWAP 9 years ago
zsum.c Add MIPS implementation of ?sum 7 years ago
zswap.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 10 years ago
zswap_msa.c Add msa optimization for AXPY, COPY, SCALE, SWAP 9 years ago