aboutsummaryrefslogtreecommitdiff
path: root/sys/riscv/include/ieeefp.h
blob: 72a48f4f9b74d7a9cc15a971ae22879f927ad1f4 (plain) (blame)
1
2
3
4
5
6
7
8
9
/* $FreeBSD$ */

#ifndef _MACHINE_IEEEFP_H_
#define	_MACHINE_IEEEFP_H_

/* TODO */
typedef int fp_except_t;

#endif /* _MACHINE_IEEEFP_H_ */