From 0cedc1338ee6826ed9fc1cf264a40ea53d947923 Mon Sep 17 00:00:00 2001 From: David Schultz Date: Wed, 5 May 2004 09:53:29 +0000 Subject: 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 --- share/man/man3/fpgetround.3 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'share/man/man3/fpgetround.3') 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 -- cgit v1.2.3