picotm
0.2.0
|
#include <fpu_tx.h>
The data structure |struct fpu_tx| represents a transaction on the state of the thread's FPU state.
Transactional C functions potentially modify the state of the thread's floating-point environment or status flags. Before executing such a change, a function shall save the pre-transaction state in |struct fpu_tx| using the public interface.