-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Remove MONO ifdef from Vector128 bitcasts #104694
base: main
Are you sure you want to change the base?
Conversation
Tagging subscribers to this area: @dotnet/area-system-runtime-intrinsics |
We should wait on this until after we ensure it doesn't need to be backed out for Mono WASM: dotnet/perf-autofiling-issues#37893 Just trying to confirm the handling that needs to be added |
|
9e28938
to
0b6fd5e
Compare
c97964a
to
8d0e1f7
Compare
|
8d0e1f7
to
fca7ecf
Compare
Follow-up to dotnet#104309.
fca7ecf
to
3012600
Compare
|
You'll need to log an issue for it and wait for the Mono side to be fixed before this PR can be taken. |
Follow-up to #104309.