Matheus Pecoraro commented on a discussion on cpukit/score/cpu/x86_64/include/rtems/score/cpu.h: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/95#note_108127 > > #define CPU_SIMPLE_VECTORED_INTERRUPTS FALSE > #define CPU_ISR_PASSES_FRAME_POINTER FALSE > -#define CPU_HARDWARE_FP FALSE > +#define CPU_HARDWARE_FP TRUE > #define CPU_SOFTWARE_FP FALSE > -#define CPU_ALL_TASKS_ARE_FP FALSE > +#define CPU_ALL_TASKS_ARE_FP TRUE So **_CPU_Context_save_fp** and **_CPU_Context_restore_fp** would be empty and that process would be done on **_CPU_Context_switch** correct? -- View it on GitLab: https://gitlab.rtems.org/rtems/rtos/rtems/-/merge_requests/95#note_108127 You're receiving this email because of your account on gitlab.rtems.org.
_______________________________________________ bugs mailing list [email protected] http://lists.rtems.org/mailman/listinfo/bugs
