Skip to content
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

[NativeAOT-LLVM] Fix the Math.Round intrinsic #2503

Conversation

SingleAccretion
Copy link

We want @llvm.roundeven, not @llvm.round.

Found by the time span division test: #2307 (comment).

We want `@llvm.roundeven`, not `@llvm.round`.
@jkotas jkotas added the area-NativeAOT-LLVM LLVM generation for Native AOT compilation (including Web Assembly) label Feb 2, 2024
Copy link
Contributor

@yowl yowl left a comment

Choose a reason for hiding this comment

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

Thanks

@jkotas jkotas merged commit 65b28a6 into dotnet:feature/NativeAOT-LLVM Feb 2, 2024
11 checks passed
@SingleAccretion SingleAccretion deleted the Fix-Time-Span-Division-Up branch February 3, 2024 19:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-NativeAOT-LLVM LLVM generation for Native AOT compilation (including Web Assembly)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants