File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed
Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 2626* Chris Sidebottom <chris.sidebottom@arm.com >
2727 * Optimizations and other improvements targeting AArch64
2828
29+ * Annop Wongwathanarat <annop.wongwathanarat@arm.com >
30+ * Optimizations and other improvements targeting AArch64
31+
2932## Previous Developers
3033
3134* Zaheer Chothia <zaheer.chothia@gmail.com >
Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ DGEMVNKERNEL = gemv_n.S
7979CGEMVNKERNEL = zgemv_n.S
8080ZGEMVNKERNEL = zgemv_n.S
8181
82- SGEMVTKERNEL = gemv_t.S
83- DGEMVTKERNEL = gemv_t.S
82+ SGEMVTKERNEL = gemv_t_sve_v1x3.c
83+ DGEMVTKERNEL = gemv_t_sve_v1x3.c
8484CGEMVTKERNEL = zgemv_t.S
8585ZGEMVTKERNEL = zgemv_t.S
8686
Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ DGEMVNKERNEL = gemv_n.S
6565CGEMVNKERNEL = zgemv_n.S
6666ZGEMVNKERNEL = zgemv_n.S
6767
68- SGEMVTKERNEL = gemv_t.S
69- DGEMVTKERNEL = gemv_t.S
68+ SGEMVTKERNEL = gemv_t_sve_v1x3.c
69+ DGEMVTKERNEL = gemv_t_sve_v1x3.c
7070CGEMVTKERNEL = zgemv_t.S
7171ZGEMVTKERNEL = zgemv_t.S
7272
You can’t perform that action at this time.
0 commit comments