diff options
author | Reid Spencer <rspencer@reidspencer.com> | 2007-08-07 16:23:42 +0000 |
---|---|---|
committer | Reid Spencer <rspencer@reidspencer.com> | 2007-08-07 16:23:42 +0000 |
commit | b7a54b9b72b443a7c497e15ed2fb563f73949cc7 (patch) | |
tree | 0264d5af96bd93ee7ce512929ec635a3ba8b7491 /docs/CommandGuide | |
parent | 7223f0275514a0605c8a1ba3752a5cffb0b821d6 (diff) |
Add the -disable-excess-fp-precision option.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40894 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs/CommandGuide')
-rw-r--r-- | docs/CommandGuide/lli.pod | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/CommandGuide/lli.pod b/docs/CommandGuide/lli.pod index aea7105c09..879814067a 100644 --- a/docs/CommandGuide/lli.pod +++ b/docs/CommandGuide/lli.pod @@ -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 |