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

Remove software implementation in real.cpp and complex.cpp #18

Merged
merged 4 commits into from
Sep 3, 2024

Conversation

ra3xdh
Copy link
Owner

@ra3xdh ra3xdh commented Sep 3, 2024

This PR is needed to merge #17. It removes software implementation of math functions in complex.cpp and real.cpp. The most of functions are part of C++11 standard and check for these functions is redundant.

@ra3xdh ra3xdh added this to the 1.0.2 milestone Sep 3, 2024
@ra3xdh ra3xdh self-assigned this Sep 3, 2024
@ra3xdh ra3xdh marked this pull request as draft September 3, 2024 09:58
@ra3xdh
Copy link
Owner Author

ra3xdh commented Sep 3, 2024

The two recent commits make inline the most of function wrappers defined in complex.cpp and real.cpp. I have tried to remove the wrappers, but this brings some side-effects. I decided to make them inline instead.

@ra3xdh ra3xdh marked this pull request as ready for review September 3, 2024 10:59
@ra3xdh ra3xdh merged commit df79ce7 into develop Sep 3, 2024
6 checks passed
@ra3xdh ra3xdh mentioned this pull request Sep 3, 2024
@ra3xdh ra3xdh deleted the remove_wrappers branch September 8, 2024 07:47
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.

1 participant