Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the function APFlo...
authorMichael Gottesman <mgottesman@apple.com>
Thu, 30 May 2013 18:07:13 +0000 (18:07 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Thu, 30 May 2013 18:07:13 +0000 (18:07 +0000)
commit964722ca40f48c65605e459e3a732bb8783b92f6
treed42e6fb3956498fc772b908faa161d34663d83a4
parent26266a1ecedaa6a965c1171cea73c447656611b6
Implement IEEE-754R 2008 nextUp/nextDown functions in the guise of the function APFloat::next(bool nextDown).

rdar://13852078

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@182945 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/ADT/APFloat.h
lib/Support/APFloat.cpp
unittests/ADT/APFloatTest.cpp