projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
49fd874
)
added note about IEEE vs VAX floating point (bug 4270)
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 29 Aug 2005 14:45:30 +0000
(14:45 +0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 29 Aug 2005 14:45:30 +0000
(14:45 +0000)
docs/README.VMS
patch
|
blob
|
history
diff --git
a/docs/README.VMS
b/docs/README.VMS
index 9cb4724ebd26499ee53f75af6d77fa15439f1d48..c435727c04b0e47203cc0fdae6942455c132474c 100644
(file)
--- 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