From 0e7fed9a9141a074326a50e44f1bfa86bc994b8b Mon Sep 17 00:00:00 2001 From: Martynas Venckus Date: Tue, 4 Nov 2008 23:59:38 +0000 Subject: man page states that alpha is fully ieee compliant, but it does not maintain inexact flag. some platforms implement -mieee-with-inexact; however it's not practical since it slows down the code, with very small benefit. note the fact in the man page that inexact flag is not maintained. w/ a tweak from jmc@. ok jmc@, millert@, merdely@ --- share/man/man1/gcc-local.1 | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) (limited to 'share') diff --git a/share/man/man1/gcc-local.1 b/share/man/man1/gcc-local.1 index a929553724f..b1142dc9d3f 100644 --- a/share/man/man1/gcc-local.1 +++ b/share/man/man1/gcc-local.1 @@ -1,4 +1,4 @@ -.\" $OpenBSD: gcc-local.1,v 1.18 2008/06/10 13:12:43 merdely Exp $ +.\" $OpenBSD: gcc-local.1,v 1.19 2008/11/04 23:59:37 martynas Exp $ .\" .\" Copyright (c) 2002 Marc Espie .\" Copyright (c) 2003 Anil Madhavapeddy @@ -25,7 +25,7 @@ .\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF .\" THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. .\" -.Dd $Mdocdate: June 10 2008 $ +.Dd $Mdocdate: November 4 2008 $ .Dt GCC-LOCAL 1 .Os .Sh NAME @@ -147,7 +147,10 @@ using On alpha, .Fl mieee is enabled by default to enable full compliance with -the IEEE floating point standard. +the IEEE floating point standard, +although the +.Dq inexact +flag is not maintained. .It On .Ox , -- cgit v1.2.3