aboutsummaryrefslogtreecommitdiff
path: root/share/man/man3/fpgetround.3
diff options
context:
space:
mode:
authorDavid Schultz <das@FreeBSD.org>2004-05-05 09:53:29 +0000
committerDavid Schultz <das@FreeBSD.org>2004-05-05 09:53:29 +0000
commit0cedc1338ee6826ed9fc1cf264a40ea53d947923 (patch)
treed4d458ccf554511c2401721ed80150d665a81ca5 /share/man/man3/fpgetround.3
parentb4fa702e396828b08f188f5c7e976506a7a3308e (diff)
downloadsrc-0cedc1338ee6826ed9fc1cf264a40ea53d947923.tar.gz
src-0cedc1338ee6826ed9fc1cf264a40ea53d947923.zip
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
Notes
Notes: svn path=/head/; revision=128949
Diffstat (limited to 'share/man/man3/fpgetround.3')
-rw-r--r--share/man/man3/fpgetround.37
1 files changed, 7 insertions, 0 deletions
diff --git a/share/man/man3/fpgetround.3 b/share/man/man3/fpgetround.3
index 8b24d3cb4de5..dfc414b76030 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