We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9b8768f + 0f76fbf commit 345d2cfCopy full SHA for 345d2cf
llvm/lib/Support/APFloat.cpp
@@ -269,12 +269,6 @@ bool APFloatBase::isRepresentableBy(const fltSemantics &A,
269
A.precision <= B.precision;
270
}
271
272
-constexpr RoundingMode APFloatBase::rmNearestTiesToEven;
273
-constexpr RoundingMode APFloatBase::rmTowardPositive;
274
-constexpr RoundingMode APFloatBase::rmTowardNegative;
275
-constexpr RoundingMode APFloatBase::rmTowardZero;
276
-constexpr RoundingMode APFloatBase::rmNearestTiesToAway;
277
-
278
/* A tight upper bound on number of parts required to hold the value
279
pow(5, power) is
280
0 commit comments