projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9df33cb
)
[APFloat] Removed nextafter from missing operations since it is implemented in APFloa...
author
Michael Gottesman
<mgottesman@apple.com>
Sat, 27 Jul 2013 21:49:19 +0000
(21:49 +0000)
committer
Michael 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
patch
|
blob
|
history
diff --git
a/include/llvm/ADT/APFloat.h
b/include/llvm/ADT/APFloat.h
index 4ccb96ab765a9ecbc303434c63d3ef819aca046f..43a78660bf186d4a67fce9bb4f79d22ea7fcc9ac 100644
(file)
--- a/
include/llvm/ADT/APFloat.h
+++ b/
include/llvm/ADT/APFloat.h
@@
-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, next
after, next
toward.
+/// New operations: sqrt, IEEE remainder, C90 fmod, nexttoward.
///
class APFloat {
public: