xref: /freebsd/sys/riscv/include/ieeefp.h (revision e64fe029e9d3ce476e77a478318e0c3cd201ff08)
1 /* $FreeBSD$ */
2 
3 #ifndef _MACHINE_IEEEFP_H_
4 #define	_MACHINE_IEEEFP_H_
5 
6 /* TODO */
7 typedef int fp_except_t;
8 
9 #endif /* _MACHINE_IEEEFP_H_ */
10