Open giuliomoro opened 5 years ago
I would expect those to be -mfpu=neon ?
-mfpu=neon
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.
I would expect those to be
-mfpu=neon
?