xref: /freebsd/sys/riscv/include/ieeefp.h (revision 1492c8c0d825d1dcd8a2b2975fe35e4269b0b7de)
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