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

Enable _GLIBCXX_USE_C99_MATH_TR1 to provide more math functions in std #8

Merged

Conversation

chris-durand
Copy link
Member

Provide all avr math.h math functions in std namespace. Use of some of C99 math functions in cmath enabled by this change outside of a constant expression will result in a linker error because avr-libm does not have an implementation.

Not all will work because their in no implementation in avr-libm and
will trigger linker errors when used ouside of a constant expression.
@chris-durand chris-durand merged commit fa1722e into modm-io:master Jan 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants