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

Using std math functions (cmath) instead of C math functions (math.h) #815

Merged
merged 3 commits into from
Aug 27, 2024

Conversation

xytintel
Copy link
Contributor

e.g. We use std::log instead of ::log because ::log always introduces FP64 instructions regardless of the input data type.

@fengyuan14 fengyuan14 changed the title [Release-2.5] Using std math templates instead of functions [Release-2.5] Using std math functions (cmath) instead of C math functions (math.h) Aug 23, 2024
@fengyuan14 fengyuan14 changed the title [Release-2.5] Using std math functions (cmath) instead of C math functions (math.h) Using std math functions (cmath) instead of C math functions (math.h) Aug 27, 2024
@fengyuan14 fengyuan14 merged commit 1e10041 into release/2.5 Aug 27, 2024
3 checks passed
@fengyuan14 fengyuan14 deleted the xyt/apply_std_math_rl25 branch August 27, 2024 05:44
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants