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 templates instead of functions #812

Merged
merged 4 commits into from
Aug 27, 2024
Merged

Conversation

xytintel
Copy link
Contributor

@xytintel xytintel commented Aug 23, 2024

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

@fengyuan14 fengyuan14 added this pull request to the merge queue Aug 27, 2024
Merged via the queue into main with commit 455deaf Aug 27, 2024
3 checks passed
@fengyuan14 fengyuan14 deleted the xyt/apply_std_math branch August 27, 2024 02:25
ZhiweiYan-96 pushed a commit that referenced this pull request Aug 27, 2024
e.g. We use `std::log` instead of `::log` because `::log` always
introduces FP64 instructions regardless of the input data type.

---------

Co-authored-by: Eikan Wang <[email protected]>
ZhiweiYan-96 pushed a commit that referenced this pull request Aug 27, 2024
e.g. We use `std::log` instead of `::log` because `::log` always
introduces FP64 instructions regardless of the input data type.

---------

Co-authored-by: Eikan Wang <[email protected]>
ZhiweiYan-96 pushed a commit that referenced this pull request Aug 28, 2024
e.g. We use `std::log` instead of `::log` because `::log` always
introduces FP64 instructions regardless of the input data type.

---------

Co-authored-by: Eikan Wang <[email protected]>
ZhiweiYan-96 pushed a commit that referenced this pull request Aug 30, 2024
e.g. We use `std::log` instead of `::log` because `::log` always
introduces FP64 instructions regardless of the input data type.

---------

Co-authored-by: Eikan Wang <[email protected]>
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.

3 participants