Skip to content

Commit

Permalink
asm/add_mod_384-armv8.pl: make it compile with armasm64.exe.
Browse files Browse the repository at this point in the history
  • Loading branch information
dot-asm committed Sep 21, 2023
1 parent bc24bee commit e1d3bc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/asm/add_mod_384-armv8.pl
Original file line number Diff line number Diff line change
Expand Up @@ -888,7 +888,7 @@ sub vec_select {
.Loop_is_zero_done:
dup v1.2d, v0.2d[1]
orr v0.16b, v0.16b, v1.16b
mov x1, v0.2d[0]
umov x1, v0.2d[0]
mov x0, #1
cmp x1, #0
csel x0, x0, xzr, eq
Expand Down Expand Up @@ -923,7 +923,7 @@ sub vec_select {
.Loop_is_equal_done:
dup v1.2d, v0.2d[1]
orr v0.16b, v0.16b, v1.16b
mov x1, v0.2d[0]
umov x1, v0.2d[0]
mov x0, #1
cmp x1, #0
csel x0, x0, xzr, eq
Expand Down

0 comments on commit e1d3bc5

Please sign in to comment.