Remove MONO ifdef from Vector128 bitcasts - #104694
Closed
xtqqczze wants to merge 2 commits into
Closed
Conversation
Contributor
|
Tagging subscribers to this area: @dotnet/area-system-runtime-intrinsics |
Member
|
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 |
Contributor
Author
|
|
xtqqczze
marked this pull request as draft
July 10, 2024 23:21
This was referenced Jul 11, 2024
Open
xtqqczze
force-pushed
the
Vector128BitCast
branch
from
July 12, 2024 15:12
9e28938 to
0b6fd5e
Compare
xtqqczze
marked this pull request as ready for review
July 12, 2024 15:13
xtqqczze
force-pushed
the
Vector128BitCast
branch
2 times, most recently
from
July 16, 2024 20:42
c97964a to
8d0e1f7
Compare
Contributor
Author
|
|
xtqqczze
marked this pull request as draft
July 17, 2024 15:55
xtqqczze
force-pushed
the
Vector128BitCast
branch
from
July 17, 2024 22:12
8d0e1f7 to
fca7ecf
Compare
xtqqczze
marked this pull request as ready for review
July 17, 2024 22:14
Follow-up to dotnet#104309.
xtqqczze
force-pushed
the
Vector128BitCast
branch
from
October 22, 2024 02:03
fca7ecf to
3012600
Compare
This was referenced Oct 22, 2024
Contributor
Author
|
Member
|
You'll need to log an issue for it and wait for the Mono side to be fixed before this PR can be taken. |
xtqqczze
marked this pull request as draft
October 29, 2024 16:06
Contributor
|
Draft Pull Request was automatically closed for 30 days of inactivity. Please let us know if you'd like to reopen it. |
Contributor
Author
Issue created: #109345 |
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
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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.
Follow-up to #104309.