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

why are MAKE_C_FLAGS in CMakeLists.txt set to -mfpu=vfp3? #214

Open
giuliomoro opened this issue Nov 8, 2018 · 1 comment
Open

why are MAKE_C_FLAGS in CMakeLists.txt set to -mfpu=vfp3? #214

giuliomoro opened this issue Nov 8, 2018 · 1 comment

Comments

@giuliomoro
Copy link
Contributor

I would expect those to be -mfpu=neon ?

@Phillip-Wang
Copy link
Contributor

vfp3 is used for C fallback implementations and neon should be used for C intrinsic implementations. If that is not the case, we should fix it. Thanks for pointing this out. I will have a look this weekend.

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

No branches or pull requests

2 participants