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 a11f086c17
Update sscal_msa.c
1 year ago
..
KERNEL MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
KERNEL.MIPS24K Rename KERNEL files to include MIPS prefix 5 years ago
KERNEL.MIPS1004K Rename KERNEL files to include MIPS prefix 5 years ago
KERNEL.P5600 Merge pull request #4185 from XiWeiGu/mips_enable_msa 1 year ago
KERNEL.generic Add generic mips32 target 3 years ago
Makefile MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
amax.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
amin.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
asum.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
axpby.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
axpy.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
casum_msa.c Updated data prefetch in TRSM, ASUM, DOT functions 8 years ago
caxpy_msa.c Add msa optimization for AXPY, COPY, SCALE, SWAP 8 years ago
ccopy_msa.c Add msa optimization for AXPY, COPY, SCALE, SWAP 8 years ago
cdot_msa.c Updated data prefetch in TRSM, ASUM, DOT functions 8 years ago
cgemm_kernel_8x4_msa.c Add msa support for loongson 4 years ago
cgemm_ncopy_4_msa.c Added CGEMM, ZGEMM, STRMM, DTRMM, CTRMM, ZTRMM. Updated macros in SGEMM, DGEMM, STRMM. 9 years ago
cgemm_ncopy_8_msa.c Added CGEMM, ZGEMM, STRMM, DTRMM, CTRMM, ZTRMM. Updated macros in SGEMM, DGEMM, STRMM. 9 years ago
cgemm_tcopy_4_msa.c Added CGEMM, ZGEMM, STRMM, DTRMM, CTRMM, ZTRMM. Updated macros in SGEMM, DGEMM, STRMM. 9 years ago
cgemm_tcopy_8_msa.c Added CGEMM, ZGEMM, STRMM, DTRMM, CTRMM, ZTRMM. Updated macros in SGEMM, DGEMM, STRMM. 9 years ago
cgemv_n_msa.c Fix failed cgemv and zgemv test case after using msa optimization 4 years ago
cgemv_t_msa.c mips64: Fixed MSA optimization bugs for zgemv and cgemv 1 year ago
copy.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
crot_msa.c Add msa support for loongson 4 years ago
cscal_msa.c Add msa support for loongson 4 years ago
cswap_msa.c Add msa optimization for AXPY, COPY, SCALE, SWAP 8 years ago
dasum_msa.c Updated data prefetch in TRSM, ASUM, DOT functions 8 years ago
daxpy_msa.c Add msa optimization for AXPY, COPY, SCALE, SWAP 8 years ago
dcopy_msa.c Add msa optimization for AXPY, COPY, SCALE, SWAP 8 years ago
ddot_msa.c Updated data prefetch in TRSM, ASUM, DOT functions 8 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. 9 years ago
dgemm_ncopy_8_msa.c Added CGEMM, ZGEMM, STRMM, DTRMM, CTRMM, ZTRMM. Updated macros in SGEMM, DGEMM, STRMM. 9 years ago
dgemm_tcopy_4_msa.c Added CGEMM, ZGEMM, STRMM, DTRMM, CTRMM, ZTRMM. Updated macros in SGEMM, DGEMM, STRMM. 9 years ago
dgemm_tcopy_8_msa.c Added CGEMM, ZGEMM, STRMM, DTRMM, CTRMM, ZTRMM. Updated macros in SGEMM, DGEMM, STRMM. 9 years ago
dgemv_n_msa.c Use correct data type for initializers of v2f64, v4f32 7 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 7 years ago
drot_msa.c Added rot functions. 8 years ago
dscal_msa.c fix special cases of x= NAN or INF 1 year ago
dswap_msa.c Fix failed sswap and dswap case by using msa optimization 4 years ago
dtrsm_kernel_LN_8x4_msa.c Add msa support for loongson 4 years ago
dtrsm_kernel_LT_8x4_msa.c Add msa support for loongson 4 years ago
dtrsm_kernel_RN_8x4_msa.c Add msa support for loongson 4 years ago
dtrsm_kernel_RT_8x4_msa.c Add msa support for loongson 4 years ago
gemv_n.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
gemv_t.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
iamax.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
iamin.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
imax.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
imin.c Fix wrong comparison that made IMIN identical to IMAX 6 years ago
izamax.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
izamin.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
macros_msa.h Add msa support for loongson 4 years ago
max.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
min.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
nrm2.c fix loop condition for incx < 0 1 year ago
omatcopy_cn.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
omatcopy_ct.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
omatcopy_rn.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
omatcopy_rt.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
rot.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
sasum_msa.c Updated data prefetch in TRSM, ASUM, DOT functions 8 years ago
saxpy_msa.c Add msa optimization for AXPY, COPY, SCALE, SWAP 8 years ago
scal.c Handle corner cases with INF and NAN arguments 1 year ago
scopy_msa.c Add msa optimization for AXPY, COPY, SCALE, SWAP 8 years ago
sdot_msa.c MIPS64: Fixed failed utest dsdot:dsdot_n_1 when TARGET=I6500 3 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. 9 years ago
sgemm_tcopy_8_msa.c Added CGEMM, ZGEMM, STRMM, DTRMM, CTRMM, ZTRMM. Updated macros in SGEMM, DGEMM, STRMM. 9 years ago
sgemv_n_msa.c Use correct data type for initializers of v2f64, v4f32 7 years ago
sgemv_t_msa.c Added MSA optimization for GEMV_N, GEMV_T, ASUM, DOT functions 9 years ago
srot_msa.c Add msa support for loongson 4 years ago
sscal_msa.c Update sscal_msa.c 1 year ago
sswap_msa.c Fix failed sswap and dswap case by using msa optimization 4 years ago
strsm_kernel_LN_8x8_msa.c Updated data prefetch in TRSM, ASUM, DOT functions 8 years ago
strsm_kernel_LT_8x8_msa.c Updated data prefetch in TRSM, ASUM, DOT functions 8 years ago
strsm_kernel_RN_8x8_msa.c Updated data prefetch in TRSM, ASUM, DOT functions 8 years ago
strsm_kernel_RT_8x8_msa.c Updated data prefetch in TRSM, ASUM, DOT functions 8 years ago
sum.c Add MIPS implementation of ?sum 6 years ago
swap.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
symv_L.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
symv_U.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
zamax.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
zamin.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
zasum.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
zasum_msa.c Updated data prefetch in TRSM, ASUM, DOT functions 8 years ago
zaxpby.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
zaxpy.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
zaxpy_msa.c Add msa optimization for AXPY, COPY, SCALE, SWAP 8 years ago
zcopy.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
zcopy_msa.c Add msa optimization for AXPY, COPY, SCALE, SWAP 8 years ago
zdot.c Update zdot.c 9 years ago
zdot_msa.c Updated data prefetch in TRSM, ASUM, DOT functions 8 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. 9 years ago
zgemm_tcopy_4_msa.c Added CGEMM, ZGEMM, STRMM, DTRMM, CTRMM, ZTRMM. Updated macros in SGEMM, DGEMM, STRMM. 9 years ago
zgemv_n.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
zgemv_n_msa.c Fix failed cgemv and zgemv test case after using msa optimization 4 years ago
zgemv_t.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
zgemv_t_msa.c mips64: Fixed MSA optimization bugs for zgemv and cgemv 1 year ago
znrm2.c fix loop condition for incx < 0 1 year ago
zomatcopy_cn.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
zomatcopy_cnc.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
zomatcopy_ct.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
zomatcopy_ctc.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
zomatcopy_rn.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
zomatcopy_rnc.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
zomatcopy_rt.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
zomatcopy_rtc.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
zrot.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
zrot_msa.c Added rot functions. 8 years ago
zscal.c fix other corner cases where x=INF 1 year ago
zscal_msa.c Add msa support for loongson 4 years ago
zsum.c Add MIPS implementation of ?sum 6 years ago
zswap.c MIPS P5600(32 bit) and I6400(64 bit) cores support added. 9 years ago
zswap_msa.c Add msa optimization for AXPY, COPY, SCALE, SWAP 8 years ago