Skip to content

Commit 74c97ef

Browse files
author
pengxu
committed
Loongarch64: fixed cdot_lasx
1 parent be52552 commit 74c97ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/loongarch64/cdot_lasx.S

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -288,7 +288,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
288288
xvinsgr2vr.w x2, t2, 6
289289
xvinsgr2vr.w x1, t3, 7
290290
xvinsgr2vr.w x2, t4, 7
291-
addi.d Y, Y, 8 * SIZE
291+
addi.d Y, Y, 16 * SIZE
292292
xvpickev.w x3, VX3, VX2
293293
xvpickod.w x4, VX3, VX2
294294
xvfmadd.s res1, x1, x3, res1

0 commit comments

Comments
 (0)