Skip to content

Conversation

MichalPetryka
Copy link
Contributor

Fixes #95592.

@ghost ghost added area-Codegen-Intrinsics-mono community-contribution Indicates that the PR has been added by a community member labels Dec 4, 2023
@ghost
Copy link

ghost commented Dec 4, 2023

Tagging subscribers to this area: @SamMonoRT, @fanyang-mono
See info in area-owners.md if you want to be subscribed.

Issue Details

Fixes #95592.

Author: MichalPetryka
Assignees: -
Labels:

area-Codegen-Intrinsics-mono

Milestone: -

Copy link
Member

@stephentoub stephentoub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Could you add some tests as well?

@MichalPetryka
Copy link
Contributor Author

Could you add some tests as well?

Is the test you've added in the repro check PR okay here? Scalar<T> isn't a public API (at least yet) so I can't test it directly.

@stephentoub
Copy link
Member

I think that or simple variations of it (i.e. testing via Vector128/256/512) would be fine.

Copy link
Member

@stephentoub stephentoub left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
area-Codegen-Intrinsics-mono community-contribution Indicates that the PR has been added by a community member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Mono's Vector128 support incorrectly handles Abs for signed integer MinValue
2 participants