File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -133,6 +133,7 @@ static inline int WhereAmI(void){
133133
134134#define XVFSUB xvfsub.d
135135#define XVFADD xvfadd.d
136+ #define XVFMUL xvfmul.d
136137#define XVFMADD xvfmadd.d
137138#define XVFMIN xvfmin.d
138139#define XVFMINA xvfmina.d
@@ -146,6 +147,7 @@ static inline int WhereAmI(void){
146147
147148#define VFSUB vfsub.d
148149#define VFADD vfadd.d
150+ #define VFMUL vfmul.d
149151#define VFMADD vfmadd.d
150152#define VFMIN vfmin.d
151153#define VFMINA vfmina.d
@@ -185,6 +187,7 @@ static inline int WhereAmI(void){
185187
186188#define XVFSUB xvfsub.s
187189#define XVFADD xvfadd.s
190+ #define XVFMUL xvfmul.s
188191#define XVFMADD xvfmadd.s
189192#define XVFMIN xvfmin.s
190193#define XVFMINA xvfmina.s
@@ -198,6 +201,7 @@ static inline int WhereAmI(void){
198201
199202#define VFSUB vfsub.s
200203#define VFADD vfadd.s
204+ #define VFMUL vfmul.s
201205#define VFMADD vfmadd.s
202206#define VFMIN vfmin.s
203207#define VFMINA vfmina.s
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ IZAMAXKERNEL = icamax_lsx.S
3838
3939ISAMINKERNEL = iamin_lsx.S
4040IDAMINKERNEL = iamin_lsx.S
41+ ICAMINKERNEL = icamin_lsx.S
42+ IZAMINKERNEL = icamin_lsx.S
4143
4244SCOPYKERNEL = copy_lsx.S
4345DCOPYKERNEL = copy_lsx.S
Original file line number Diff line number Diff line change @@ -38,6 +38,8 @@ IZAMAXKERNEL = icamax_lasx.S
3838
3939ISAMINKERNEL = iamin_lasx.S
4040IDAMINKERNEL = iamin_lasx.S
41+ ICAMINKERNEL = icamin_lasx.S
42+ IZAMINKERNEL = icamin_lasx.S
4143
4244SCOPYKERNEL = copy_lasx.S
4345DCOPYKERNEL = copy_lasx.S
You can’t perform that action at this time.
0 commit comments