diff options
author | das <das@FreeBSD.org> | 2004-05-05 09:53:29 +0000 |
---|---|---|
committer | das <das@FreeBSD.org> | 2004-05-05 09:53:29 +0000 |
commit | f44620a5c427618861fdddb3d3503308a92c9555 (patch) | |
tree | d4d458ccf554511c2401721ed80150d665a81ca5 /share/man | |
parent | 9960665c9f74ab81671bea30512d9760cbb3e570 (diff) | |
download | FreeBSD-src-f44620a5c427618861fdddb3d3503308a92c9555.zip FreeBSD-src-f44620a5c427618861fdddb3d3503308a92c9555.tar.gz |
Support for dynamic adjustment of FPU precision is only available on
i386 and amd64, so fp[gs]prec(3) don't exist on other platforms.
PR: 52882
Diffstat (limited to 'share/man')
-rw-r--r-- | share/man/man3/fpgetround.3 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/share/man/man3/fpgetround.3 b/share/man/man3/fpgetround.3 index 8b24d3c..dfc414b 100644 --- a/share/man/man3/fpgetround.3 +++ b/share/man/man3/fpgetround.3 @@ -154,6 +154,13 @@ c = a / b; fpresetsticky(FP_X_DZ); fpsetmask(FP_X_DZ); .Ed +.Sh IMPLEMENTATION NOTES +The +.Fn fpgetprec +and +.Fn fpsetprec +functions provide functionality unavailable on many platforms. +At present, they are implemented only on the i386 and amd64 platforms. .Sh SEE ALSO .Xr isnan 3 .Sh CAVEAT |