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

Move checked math helpers to C# #102129

Merged
merged 3 commits into from
May 12, 2024
Merged

Conversation

jkotas
Copy link
Member

@jkotas jkotas commented May 12, 2024

  • Eliminate a few more FCThrow
  • Take advantage of ConvertToNative to make helpers faster on current hardware

Copy link
Contributor

Tagging subscribers to this area: @mangod9
See info in area-owners.md if you want to be subscribed.

@jkotas jkotas force-pushed the checked-math-helpers branch from dfa72ea to 4a6ba3f Compare May 12, 2024 07:05
- Eliminate a few more FCThrow
- Take advantage of ConvertToNative to make helpers faster on current hardware
@jkotas jkotas force-pushed the checked-math-helpers branch from 370663b to e376310 Compare May 12, 2024 14:46
@jkotas
Copy link
Member Author

jkotas commented May 12, 2024

/azp run runtime-nativeaot-outerloop

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@jkotas jkotas marked this pull request as ready for review May 12, 2024 17:56
@jkotas jkotas requested a review from MichalStrehovsky as a code owner May 12, 2024 17:56
@jkotas jkotas merged commit 42c2362 into dotnet:main May 12, 2024
165 of 169 checks passed
@jkotas jkotas deleted the checked-math-helpers branch May 17, 2024 03:53
Ruihan-Yin pushed a commit to Ruihan-Yin/runtime that referenced this pull request May 30, 2024
* Move checked math helpers to C#

- Eliminate a few more FCThrow
- Take advantage of ConvertToNative to make helpers faster on current hardware

* Use collection expressions in more places
@github-actions github-actions bot locked and limited conversation to collaborators Jun 16, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants