Skip to content
Snippets Groups Projects
Commit e399710f authored by sven.panne@aedion.de's avatar sven.panne@aedion.de
Browse files

[project @ 2000-07-16 21:31:36 by panne]

Document new -fstrictfp option
parent 2869e22f
No related branches found
No related tags found
No related merge requests found
...@@ -2203,6 +2203,19 @@ We have not played with <Option>-fsemi-tagging</Option> enough to recommend it. ...@@ -2203,6 +2203,19 @@ We have not played with <Option>-fsemi-tagging</Option> enough to recommend it.
</Para> </Para>
</ListItem> </ListItem>
</VarListEntry> </VarListEntry>
<VarListEntry>
<Term><Option>-fstrictfp</Option>:</Term>
<ListItem>
<Para>
This option has an effect similar to Java's <Literal>strictfp</Literal>
modifier: When it is not given, intermediate floating point values can
have a <Emphasis>greater</Emphasis> precision/range than the final type.
Generally this is a good thing, but some programs may rely on the exact
precision/range of <Literal>Float</Literal>/<Literal>Double</Literal>
values and should use this option for their compilation.
</Para>
</ListItem>
</VarListEntry>
</VariableList> </VariableList>
</Para> </Para>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment