-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Enable partially implemented Intel HW intrinsics ISAs - CoreFX part of changes #28377
Conversation
CoreCLR part of changes is in PR dotnet/coreclr#17134 |
Failures are unrelated to this PR: On
|
@CarolEidt @eerhardt @fiigii @tannergooding PTAL - PR is ready for review. It is not dependent on any other PR, however, full change will require waiting for changes from CoreCLR to propagate. CI Job failures are unrelated - see comment above. |
MaskedNegativePolarity = 0x30, | ||
LeastSignificant = 0x00, | ||
MostSignificant = 0x40, | ||
} | ||
public enum ResultsFlag : byte |
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.
ResultsFlag
also can be removed.
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.
Thanks. Will fix.
This change should be against We will add these APIs back into |
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.
The code changes look good - but this needs to target master.
Closing as this PR has been replaced with #28443 |
No description provided.