forked from OSchip/llvm-project
Add the -disable-excess-fp-precision option.
llvm-svn: 40894
This commit is contained in:
parent
ef3a6a3c7a
commit
30b4ae5005
|
@ -91,6 +91,10 @@ equivalent hardware instructions.
|
|||
Causes B<lli> to enable optimizations that may decrease floating point
|
||||
precision.
|
||||
|
||||
=item B<-disable-excess-fp-precision>
|
||||
|
||||
Disable optimizations that may increase floating point precision.
|
||||
|
||||
=back
|
||||
|
||||
=head1 EXIT STATUS
|
||||
|
|
Loading…
Reference in New Issue