mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-29 22:50:47 +00:00
[APFloat] Removed nextafter from missing operations since it is implemented in APFloat::next.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@187312 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
9df33cbbab
commit
7ffc854002
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user