1 #ifndef __CS_FP_EXCEPTION_H__
2 #define __CS_FP_EXCEPTION_H__
#define BEGIN_C_DECLS
Definition: cs_defs.h:514
#define END_C_DECLS
Definition: cs_defs.h:515
void cs_fp_exception_disable_trap(void)
Disable floating-point exception trapping.
Definition: cs_fp_exception.c:135
void cs_fp_exception_restore_trap(void)
Restore floating-point exception trapping.
Definition: cs_fp_exception.c:156
void cs_fp_exception_enable_trap(void)
Enable floating-point exception trapping.
Definition: cs_fp_exception.c:113