File tree 3 files changed +7
-4
lines changed
3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change 26
26
* Chris Sidebottom <chris.sidebottom@arm.com >
27
27
* Optimizations and other improvements targeting AArch64
28
28
29
+ * Annop Wongwathanarat <annop.wongwathanarat@arm.com >
30
+ * Optimizations and other improvements targeting AArch64
31
+
29
32
## Previous Developers
30
33
31
34
* Zaheer Chothia <zaheer.chothia@gmail.com >
Original file line number Diff line number Diff line change @@ -79,8 +79,8 @@ DGEMVNKERNEL = gemv_n.S
79
79
CGEMVNKERNEL = zgemv_n.S
80
80
ZGEMVNKERNEL = zgemv_n.S
81
81
82
- SGEMVTKERNEL = gemv_t.S
83
- DGEMVTKERNEL = gemv_t.S
82
+ SGEMVTKERNEL = gemv_t_sve_v1x3.c
83
+ DGEMVTKERNEL = gemv_t_sve_v1x3.c
84
84
CGEMVTKERNEL = zgemv_t.S
85
85
ZGEMVTKERNEL = zgemv_t.S
86
86
Original file line number Diff line number Diff line change @@ -65,8 +65,8 @@ DGEMVNKERNEL = gemv_n.S
65
65
CGEMVNKERNEL = zgemv_n.S
66
66
ZGEMVNKERNEL = zgemv_n.S
67
67
68
- SGEMVTKERNEL = gemv_t.S
69
- DGEMVTKERNEL = gemv_t.S
68
+ SGEMVTKERNEL = gemv_t_sve_v1x3.c
69
+ DGEMVTKERNEL = gemv_t_sve_v1x3.c
70
70
CGEMVTKERNEL = zgemv_t.S
71
71
ZGEMVTKERNEL = zgemv_t.S
72
72
You can’t perform that action at this time.
0 commit comments