Merge pull request #4479 from XiWeiGu/loongarch-opt-axpby

Loongarch opt axpby
This commit is contained in:
Martin Kroeker
2024-02-04 19:50:28 +01:00
committed by GitHub
9 changed files with 2415 additions and 5 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ UTESTBIN=openblas_utest
include $(TOPDIR)/Makefile.system
OBJS=utest_main.o test_min.o test_amax.o test_ismin.o test_rotmg.o test_axpy.o test_dotu.o test_dsdot.o test_swap.o test_rot.o test_dnrm2.o test_zscal.o \
test_amin.o
test_amin.o test_axpby.o
#test_rot.o test_swap.o test_axpy.o test_dotu.o test_dsdot.o test_fork.o
ifneq ($(NO_LAPACK), 1)