-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Arm64: Minor optimization in AESKEYGENASSIST
The less number of FPR<->GPR movement instructions the better. This removes one instance of `ins` and replaces the other with a 64-bit `dup` instead. The LoadConstant still turns in to a single `movz` instruction with the shift.
- Loading branch information
1 parent
863a59a
commit 5e46d63
Showing
1 changed file
with
7 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters