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

Optimize/add static math functions #354

Merged
merged 147 commits into from
Mar 20, 2022
Merged

Optimize/add static math functions #354

merged 147 commits into from
Mar 20, 2022

Conversation

runer112
Copy link
Member

@runer112 runer112 commented Jan 23, 2022

Adds or optimizes static versions of many math functions. Most notably, implements the full suite of 64-bit integer (long long) support.

Partially addresses #276.

TODO:

  • This description.
  • Autotester config for math_test.
  • Confirm that no more integer math functions are missing.
  • Optimize static short division family of functions.
  • Verify all functions over many inputs.

@runer112 runer112 temporarily deployed to Autotester March 20, 2022 13:40 Inactive
@runer112 runer112 temporarily deployed to Autotester March 20, 2022 13:40 Inactive
@runer112 runer112 temporarily deployed to Autotester March 20, 2022 13:40 Inactive
@runer112 runer112 temporarily deployed to Autotester March 20, 2022 13:40 Inactive
@runer112 runer112 temporarily deployed to Autotester March 20, 2022 13:40 Inactive
@runer112 runer112 temporarily deployed to Autotester March 20, 2022 13:40 Inactive
@runer112 runer112 temporarily deployed to Autotester March 20, 2022 13:40 Inactive
@runer112 runer112 temporarily deployed to Autotester March 20, 2022 13:40 Inactive
@runer112 runer112 temporarily deployed to Autotester March 20, 2022 13:40 Inactive
@runer112 runer112 temporarily deployed to Autotester March 20, 2022 13:40 Inactive
@runer112 runer112 temporarily deployed to Autotester March 20, 2022 13:40 Inactive
@runer112 runer112 temporarily deployed to Autotester March 20, 2022 13:40 Inactive
Copy link
Member

@jacobly0 jacobly0 left a comment

Choose a reason for hiding this comment

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

LGTM, all tests are passing.

@runer112 runer112 temporarily deployed to Autotester March 20, 2022 21:57 Inactive
@runer112 runer112 temporarily deployed to Autotester March 20, 2022 21:57 Inactive
@runer112 runer112 temporarily deployed to Autotester March 20, 2022 21:57 Inactive
@runer112 runer112 temporarily deployed to Autotester March 20, 2022 21:57 Inactive
@runer112 runer112 temporarily deployed to Autotester March 20, 2022 21:57 Inactive
@runer112 runer112 temporarily deployed to Autotester March 20, 2022 21:57 Inactive
@runer112 runer112 temporarily deployed to Autotester March 20, 2022 21:57 Inactive
@runer112 runer112 temporarily deployed to Autotester March 20, 2022 21:57 Inactive
@runer112 runer112 temporarily deployed to Autotester March 20, 2022 21:57 Inactive
@runer112 runer112 temporarily deployed to Autotester March 20, 2022 21:57 Inactive
@runer112 runer112 temporarily deployed to Autotester March 20, 2022 21:57 Inactive
@runer112 runer112 temporarily deployed to Autotester March 20, 2022 21:57 Inactive
@mateoconlechuga mateoconlechuga merged commit d857bcd into master Mar 20, 2022
@mateoconlechuga mateoconlechuga deleted the opt-static-math branch March 20, 2022 22:07
@adriweb adriweb linked an issue May 16, 2022 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

Add support for double / long double
4 participants