Skip to content

Commit 26f1023

Browse files
author
Mike Pall
committed
DynASM/x86: Fix vroundps/vroundpd encoding.
Thanks to Alexander Nasonov.
1 parent 9b41062 commit 26f1023

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dynasm/dasm_x86.lua

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1537,8 +1537,8 @@ local map_op = {
15371537
vrcpss_3 = "rrro:F30FV53rM|rrx/ood:",
15381538
vrsqrtps_2 = "rmoy:0Fu52rM",
15391539
vrsqrtss_3 = "rrro:F30FV52rM|rrx/ood:",
1540-
vroundpd_3 = "rmioy:660F3AV09rMU",
1541-
vroundps_3 = "rmioy:660F3AV08rMU",
1540+
vroundpd_3 = "rmioy:660F3Au09rMU",
1541+
vroundps_3 = "rmioy:660F3Au08rMU",
15421542
vroundsd_4 = "rrrio:660F3AV0BrMU|rrxi/ooq:",
15431543
vroundss_4 = "rrrio:660F3AV0ArMU|rrxi/ood:",
15441544
vshufpd_4 = "rrmioy:660FVC6rMU",

0 commit comments

Comments
 (0)