If the power of 5 is exact, and the reciprocal exact, the error is zero not one half...
authorNeil Booth <neil@daikokuya.co.uk>
Sat, 13 Oct 2007 03:34:08 +0000 (03:34 +0000)
committerNeil Booth <neil@daikokuya.co.uk>
Sat, 13 Oct 2007 03:34:08 +0000 (03:34 +0000)
commitd1a23d573d5408be1cf52358fe03df0bfa07e16e
treef6f01038d06c777ab8858fb646b1f7d133de8fb3
parente765f8ed1a00082961aed4465dc2a8d86e045d31
If the power of 5 is exact, and the reciprocal exact, the error is zero not one half-ulps.  This prevents an infinite loop in rare cases.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@42950 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Support/APFloat.cpp