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.
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
wasmparser
: feature gate Wasmsimd
support #1903base: main
Are you sure you want to change the base?
wasmparser
: feature gate Wasmsimd
support #1903Changes from 48 commits
827b128
5944fb9
d3e99f0
9698f97
76557eb
6adace1
2fa11f2
baa1de5
bb4a415
df32e79
de0f049
efd1c0c
26cc42d
ac2d6a8
531240e
5c94737
bfb354a
e257fcb
eb3845d
77a33de
7439a1f
82412a5
c373909
267808c
28e15df
faa8317
6eef116
cc88460
a703340
e6614e0
3c9559c
a8f67fe
c9204e6
2755180
accb113
c87a791
7b0a04b
76d4d6a
7c7eb46
73fb3ba
a458b3a
8924923
8884f95
0beba9e
351e169
04f34ab
c419be7
5c1eeb4
cec6bb7
1dfbf6e
a98227f
efa3d43
887a8cf
cbbc575
ba48386
6b9a883
91ddc75
File filter
Filter by extension
Conversations
Jump to
There are no files selected for viewing
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking at this again, what do you think of throwing all the simd ops back into
Operator
? It's already#[non_exhaustive]
and would be nice to have a bit less churn as well in theoryThere was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not yet sure if this works as intended due to the split into 2 macros and the problem that you cannot have macro invokation at enum variant definition position but I ll see how it goes. A downside to this approach is that this would result in tons of cfgs.