[APFloat] Removed nextafter from missing operations since it is implemented in APFloa...
authorMichael Gottesman <mgottesman@apple.com>
Sat, 27 Jul 2013 21:49:19 +0000 (21:49 +0000)
committerMichael Gottesman <mgottesman@apple.com>
Sat, 27 Jul 2013 21:49:19 +0000 (21:49 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187312 91177308-0d34-0410-b5e6-96231b3b80d8

include/llvm/ADT/APFloat.h

index 4ccb96ab765a9ecbc303434c63d3ef819aca046f..43a78660bf186d4a67fce9bb4f79d22ea7fcc9ac 100644 (file)
@@ -117,7 +117,7 @@ enum lostFraction { // Example of truncated bits:
 /// New formats: x87 in single and double precision mode (IEEE apart from
 /// extended exponent range) (hard).
 ///
-/// New operations: sqrt, IEEE remainder, C90 fmod, nextafter, nexttoward.
+/// New operations: sqrt, IEEE remainder, C90 fmod, nexttoward.
 ///
 class APFloat {
 public: