pkarashchenko commented on pull request #5662: URL: https://github.com/apache/incubator-nuttx/pull/5662#issuecomment-1057019045
> > > It's due to the incomplete SoC feature setting since there is a option `CONFIG_ARM_HAVE_NEON`, I'll submit new commit to this PR to keep its origin flags. > > > > > > Do we expect to have `CONFIG_ARCH_FP_ABI_SOFT` option as well? > > Yes and another option like `CONFIG_ARM_FP_NEON` to support `-mfpu=neon`. `-mfpu=neon` has nothing to do with `-mfloat-abi=softfp`. `softfp` is the ABI compatibility layer between hard float and soft float. We need a separate option to control that if possible. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org