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

Core: Convert simple math_funcs.h functions to constexpr #92002

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Repiteo
Copy link
Contributor

@Repiteo Repiteo commented May 16, 2024

Depends on #90499

Takes a handful of the math_funcs functions & converts them to constexpr equivalents. The majority were able to be converted over with no further changes, while some were refactored to take advantage of the above math_defs.h PR. Intended to be as non-disruptive as possible to the existing codebase, excluding the 4 refactored funcs (is_inf, is_nan, is_finite, abs); no other extraneous variables or functions were modified whatsoever.

@Repiteo Repiteo requested a review from a team as a code owner May 16, 2024 00:08
@Chaosus Chaosus added this to the 4.x milestone May 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants