From b7a54b9b72b443a7c497e15ed2fb563f73949cc7 Mon Sep 17 00:00:00 2001 From: Reid Spencer Date: Tue, 7 Aug 2007 16:23:42 +0000 Subject: [PATCH] Add the -disable-excess-fp-precision option. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40894 91177308-0d34-0410-b5e6-96231b3b80d8 --- docs/CommandGuide/lli.pod | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/CommandGuide/lli.pod b/docs/CommandGuide/lli.pod index aea7105c09f..879814067a7 100644 --- a/docs/CommandGuide/lli.pod +++ b/docs/CommandGuide/lli.pod @@ -91,6 +91,10 @@ equivalent hardware instructions. Causes B 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