pkarashchenko commented on a change in pull request #5192:
URL: https://github.com/apache/incubator-nuttx/pull/5192#discussion_r780521089



##########
File path: arch/risc-v/include/common/irq.h
##########
@@ -134,6 +140,14 @@
 #  error not supported !!!

Review comment:
       32-bit variant had
   ```
   #if defined(CONFIG_ARCH_DPFPU)
   #  define FPU_REG_SIZE      2
   #elif defined(CONFIG_ARCH_QPFPU)
   #  define FPU_REG_SIZE      4
   #else
   #  define FPU_REG_SIZE      1
   #endif
   ```




-- 
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


Reply via email to