-
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.
Use v128 opcodes when unrolling memsets/memmoves
Introduce builder v128_const method v8 doesn't optimize splats so use the enormous encoding for v128 zero Fix fast memset for nonzero values Detect constant shuffle vectors for i2/i4 shuffles and expand them to byte shuffle vectors at JIT time Also optimize i1 shuffles
- Loading branch information
Showing
2 changed files
with
88 additions
and
38 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