Cross-reference fenv(3).
This commit is contained in:
parent
54dd6976a8
commit
d5499b02cf
@ -93,6 +93,10 @@ typedef enum {
|
||||
.Ft fp_except_t
|
||||
.Fn fpresetsticky "fp_except_t sticky"
|
||||
.Sh DESCRIPTION
|
||||
The routines described herein are deprecated.
|
||||
New code should use the functionality provided by
|
||||
.Xr fenv 3 .
|
||||
.Pp
|
||||
When a floating point exception is detected, the exception sticky flag is
|
||||
set and the exception mask is tested.
|
||||
If the mask is set, then a trap
|
||||
@ -162,6 +166,7 @@ and
|
||||
functions provide functionality unavailable on many platforms.
|
||||
At present, they are implemented only on the i386 and amd64 platforms.
|
||||
.Sh SEE ALSO
|
||||
.Xr fenv 3 ,
|
||||
.Xr isnan 3
|
||||
.Sh CAVEAT
|
||||
After a floating point exception and before a mask is set, the sticky
|
||||
|
Loading…
x
Reference in New Issue
Block a user