mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-26 11:47:31 +00:00
Allow fpsetmask(3) and friends to be used from a C++ program on the Alpha.
Reviewed by: dfr
This commit is contained in:
parent
ac80d4b498
commit
47fe9db9e6
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=48106
@ -14,12 +14,14 @@
|
||||
#ifdef __i386__
|
||||
#include <machine/floatingpoint.h>
|
||||
#else /* !__i386__ */
|
||||
__BEGIN_DECLS
|
||||
extern fp_rnd fpgetround __P((void));
|
||||
extern fp_rnd fpsetround __P((fp_rnd));
|
||||
extern fp_except fpgetmask __P((void));
|
||||
extern fp_except fpsetmask __P((fp_except));
|
||||
extern fp_except fpgetsticky __P((void));
|
||||
extern fp_except fpsetsticky __P((fp_except));
|
||||
__END_DECLS
|
||||
#endif /* __i386__ */
|
||||
|
||||
#endif /* _IEEEFP_H_ */
|
||||
|
Loading…
Reference in New Issue
Block a user