-
Notifications
You must be signed in to change notification settings - Fork 5.2k
[wasm] Use packedsimd in hexconverter #115062
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
5dab5ad
Use packedsimd in hexconverter
lewing 358ba36
Flip the slect mask
lewing 821cca7
Merge branch 'main' into hexconvert-packedsimd
lewing 367f39b
Merge branch 'main' into hexconvert-packedsimd
lewing 8392d8c
Merge branch 'main' into hexconvert-packedsimd
lewing f1aaf74
Add a PackedSimd.IsSupported test to validate invariants
lewing 4052df3
fix test
lewing 4289cb6
Merge branch 'main' into hexconvert-packedsimd
lewing 717e4e0
Make sure we pass the intrinsics trimmer args in all cases
lewing 91ad37c
Fix packsimd aot min/max definitions
lewing fd835c9
Enable SRI/tests in the smoke build
lewing 2745546
Temporarily disable tests that cause the aot compiler to crash
lewing 77434d5
Small changes to the PackedSimd tests
lewing f677339
Fix stray characters
lewing dbaa44d
Fix
lewing 493041a
update the tests a bit
lewing 6e0ae2e
More test work
lewing d22e654
Don't disable simd based on debug level we'll respect WasmEnableSIMD …
lewing 39cd5ff
Rewrite wasm Shuffle to avoid llvm non-constant mask crash
lewing bef02bc
fix fill
lewing 1204495
fix impl
lewing 5490938
oof
lewing 87fe9e0
get all the tests passing
lewing e1e7924
Add BitwiseSelect test that fails on AOT
lewing 610a6f8
More tests
lewing dbf30a7
Fill ome missing intrinsics case
lewing 01e4bda
Don't try to process instance methods in emit_sri_vector
lewing 5263810
More tests
lewing e34f3d5
Fix PackedSimd.BitwiseSelect argument ordering
lewing 71d5b74
fix build
lewing ef804c8
Fix build for other platforms
lewing 4cb4844
Merge branch 'main' into hexconvert-packedsimd
lewing c3f480e
simplyfy the #ifdefs a little
lewing 5aac304
Merge branch 'hexconvert-packedsimd' of https://github.com/lewing/run…
lewing 96e72ca
get the vector type from before the cast
lewing 9ac0720
Fix accidental change
lewing 286c835
Fix comment
lewing b4e3245
Remove the OP_WASM_ONESCOMPLEMENT path now that the llvm bug has been…
lewing d9af19f
revert back to the PackedSimd intrinsic now that it works
lewing 933fa0a
Make Unsafe.Bitcast intrinsic work on wasm like it works on 64bit pla…
lewing 4f3d18e
Add more tests
lewing 954f50e
Merge branch 'main' into hexconvert-packedsimd
lewing 8632b0a
fix formatting
lewing 1128a9c
Remove changes that were split out into separate prs
lewing 5c52e69
remove pointless comment
lewing e2c7e89
Merge branch 'main' into hexconvert-packedsimd
lewing File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.