summaryrefslogtreecommitdiff
path: root/share
diff options
context:
space:
mode:
authorMartynas Venckus <martynas@cvs.openbsd.org>2008-11-04 23:59:38 +0000
committerMartynas Venckus <martynas@cvs.openbsd.org>2008-11-04 23:59:38 +0000
commit0e7fed9a9141a074326a50e44f1bfa86bc994b8b (patch)
tree894b3949bb310ef205dd6777ac783180598477b4 /share
parentac8ca5996fdb209f66f52f1ba26e5873dd2dd3cb (diff)
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@
Diffstat (limited to 'share')
-rw-r--r--share/man/man1/gcc-local.19
1 files changed, 6 insertions, 3 deletions
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 ,