xiaoxiang781216 commented on code in PR #17448:
URL: https://github.com/apache/nuttx/pull/17448#discussion_r2597363230
##########
arch/arm/src/cmake/armv8-r.cmake:
##########
@@ -31,7 +31,11 @@ if(CONFIG_ARCH_FPU)
if(CONFIG_ARM_NEON)
list(APPEND PLATFORM_FLAGS -mfpu=neon-fp-armv8)
else()
- list(APPEND PLATFORM_FLAGS -mfpu=fp-armv8)
+ if(CONFIG_ARCH_DPFPU)
Review Comment:
do we need adjust make file too? @xiezhanpeng2025
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]