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.
1 parent 5169627 commit b06ccc7Copy full SHA for b06ccc7
llvm/include/llvm/ADT/APFloat.h
@@ -687,7 +687,6 @@ class DoubleAPFloat final : public APFloatBase {
687
688
bool getExactInverse(APFloat *inv) const;
689
690
- friend int ilogb(const DoubleAPFloat &Arg);
691
friend DoubleAPFloat scalbn(const DoubleAPFloat &X, int Exp, roundingMode);
692
friend DoubleAPFloat frexp(const DoubleAPFloat &X, int &Exp, roundingMode);
693
friend hash_code hash_value(const DoubleAPFloat &Arg);
0 commit comments