Skip to content

Commit

Permalink
use volatile neon register
Browse files Browse the repository at this point in the history
  • Loading branch information
piggypiggy committed Feb 22, 2021
1 parent e11680d commit 3cfebea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions sm3-aarch64.pl
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
my ($V0,$V1,$V2,$V3,$V4,$V5,$V6,$V7)=map("w$_",(20..27));
my ($t0,$t1,$t2,$t3,$t4,$t5)=map("w$_",(12..17));
my ($T0,$T1,$T2,$T3,$T4)=("w0","w1","w2","w28","w30");
my ($XTMP0,$XTMP1,$XTMP2,$XTMP3,$XTMP4,$XTMP5)=map("v$_",(4..9));
my ($XFER)=("v10");
my ($XTMP0,$XTMP1,$XTMP2,$XTMP3,$XTMP4,$XTMP5)=map("v$_",(4..7),16,17);
my ($XFER)=("v18");

$code.=<<___;
.text
Expand Down

0 comments on commit 3cfebea

Please sign in to comment.