File tree Expand file tree Collapse file tree 5 files changed +988
-0
lines changed Expand file tree Collapse file tree 5 files changed +988
-0
lines changed Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ static inline int WhereAmI(void){
133
133
134
134
#define XVFSUB xvfsub.d
135
135
#define XVFADD xvfadd.d
136
+ #define XVFMUL xvfmul.d
136
137
#define XVFMADD xvfmadd.d
137
138
#define XVFMIN xvfmin.d
138
139
#define XVFMINA xvfmina.d
@@ -146,6 +147,7 @@ static inline int WhereAmI(void){
146
147
147
148
#define VFSUB vfsub.d
148
149
#define VFADD vfadd.d
150
+ #define VFMUL vfmul.d
149
151
#define VFMADD vfmadd.d
150
152
#define VFMIN vfmin.d
151
153
#define VFMINA vfmina.d
@@ -185,6 +187,7 @@ static inline int WhereAmI(void){
185
187
186
188
#define XVFSUB xvfsub.s
187
189
#define XVFADD xvfadd.s
190
+ #define XVFMUL xvfmul.s
188
191
#define XVFMADD xvfmadd.s
189
192
#define XVFMIN xvfmin.s
190
193
#define XVFMINA xvfmina.s
@@ -198,6 +201,7 @@ static inline int WhereAmI(void){
198
201
199
202
#define VFSUB vfsub.s
200
203
#define VFADD vfadd.s
204
+ #define VFMUL vfmul.s
201
205
#define VFMADD vfmadd.s
202
206
#define VFMIN vfmin.s
203
207
#define VFMINA vfmina.s
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ IZAMAXKERNEL = icamax_lsx.S
38
38
39
39
ISAMINKERNEL = iamin_lsx.S
40
40
IDAMINKERNEL = iamin_lsx.S
41
+ ICAMINKERNEL = icamin_lsx.S
42
+ IZAMINKERNEL = icamin_lsx.S
41
43
42
44
SCOPYKERNEL = copy_lsx.S
43
45
DCOPYKERNEL = copy_lsx.S
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ IZAMAXKERNEL = icamax_lasx.S
38
38
39
39
ISAMINKERNEL = iamin_lasx.S
40
40
IDAMINKERNEL = iamin_lasx.S
41
+ ICAMINKERNEL = icamin_lasx.S
42
+ IZAMINKERNEL = icamin_lasx.S
41
43
42
44
SCOPYKERNEL = copy_lasx.S
43
45
DCOPYKERNEL = copy_lasx.S
You can’t perform that action at this time.
0 commit comments