mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 23:40:10 +01:00
added note about IEEE vs VAX floating point (bug 4270)
This commit is contained in:
parent
49fd874f24
commit
3a165edc9a
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue