8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Some contributors are reporting missing cmath functions in Apple, which are used in Polynoimal approximation patterns.
The text was updated successfully, but these errors were encountered:
I'm still on an Intel Mac with macOS 15.3.1, Xcode macOS sdk 15.2 and I get this error when building:
lib/Transforms/PolynomialApproximation/PolynomialApproximation.cpp:109:18: error: use of undeclared identifier 'roundevenf';
From the infos on gnu.org I assumed this function is not available on Mac
Sorry, something went wrong.
This issue has 1 outstanding TODOs:
This comment was autogenerated by todo-backlinks
No branches or pull requests
Some contributors are reporting missing cmath functions in Apple, which are used in Polynoimal approximation patterns.
The text was updated successfully, but these errors were encountered: