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

nuttx/sim: Remove math.h in sim. #68

Merged
merged 1 commit into from
Dec 26, 2024

Conversation

cuiziweizw
Copy link
Contributor

The reason for removing math.h is that undefining GLIBC does not take effect. By default, sim will use the toolchain's math library and undef GLIBC in the source file.

The reason for removing math.h is that undefining __GLIBC__ does not take effect. By default, sim will use the toolchain's math library and undef __GLIBC__ in the source file.

Signed-off-by: cuiziwei <cuiziwei@xiaomi.com>
@xiaoxiang781216 xiaoxiang781216 merged commit 05a8789 into open-vela:dev Dec 26, 2024
3 checks passed
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.

2 participants