From: Brian Paul Date: Mon, 29 Aug 2005 14:45:30 +0000 (+0000) Subject: added note about IEEE vs VAX floating point (bug 4270) X-Git-Tag: mesa-7.8~8731 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=3a165edc9ab875706fbe53d4e177dcea859f98e0;p=platform%2Fupstream%2Fmesa.git added note about IEEE vs VAX floating point (bug 4270) --- diff --git a/docs/README.VMS b/docs/README.VMS index 9cb4724..c435727 100644 --- a/docs/README.VMS +++ b/docs/README.VMS @@ -26,3 +26,7 @@ On Alpha platforms at default a sharable images for the libraries are created. To get a static library make it by typing MMS/MACRO=(NOSHARE=1). On VAX platforms only static libraries can be build. + +You may want to compile Mesa to use IEEE floating point arithmetic, instead +of VAX floating point by specifying the /float=IEEE flag to the compiler. +For more information see https://bugs.freedesktop.org/show_bug.cgi?id=4270