-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Arm64: Have CpBlkUnroll and InitBlkUnroll use SIMD registers (#68085)
* Arm64: Have CpBlkUnroll and InitBlkUnroll use SIMD registers Do not restrict SIMD registers only for memory that are 16B aligned. Motivation: https://godbolt.org/z/eb53xPvYT * also adjust the LSRA for SIMD registers * cleanup * jit formatting
- Loading branch information
1 parent
7f01fbd
commit 12c06c0
Showing
2 changed files
with
14 additions
and
33 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
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