Skip to content

Commit

Permalink
Merge pull request #5070 from xry111/xry111/lasx-la664
Browse files Browse the repository at this point in the history
LoongArch64: Fix dsymv and ssymv LASX version
  • Loading branch information
martin-frbg authored Jan 13, 2025
2 parents fee353e + af10c13 commit 9b98103
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion kernel/loongarch64/dsymv_L_lasx.S
Original file line number Diff line number Diff line change
Expand Up @@ -288,7 +288,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

//Acc U2
GACC xvf, d, U4, U2
fmov.d $f2, $f4
xvreplve0.d U2, U4
.L03: /* &4 */
sub.d T0, M, J
addi.d T0, T0, -1
Expand Down
2 changes: 1 addition & 1 deletion kernel/loongarch64/dsymv_U_lasx.S
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

//Acc U2
GACC xvf, d, U4, U2
fmov.d $f2, $f4
xvreplve0.d U2, U4

.L03: /* &4 */
andi T0, J, 4
Expand Down
2 changes: 1 addition & 1 deletion kernel/loongarch64/ssymv_L_lasx.S
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

//Acc U2
GACC xvf, s, U4, U2
fmov.d $f2, $f4
xvreplve0.d U2, U4

.L03: /* &4 */
sub.d T0, M, J
Expand Down
2 changes: 1 addition & 1 deletion kernel/loongarch64/ssymv_U_lasx.S
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.

//Acc U2
GACC xvf, s, U4, U2
fmov.d $f2, $f4
xvreplve0.d U2, U4

.L03: /* &4 */
andi T0, J, 4
Expand Down

0 comments on commit 9b98103

Please sign in to comment.