[PATCH] D154765: APFloat: Add some missing function declarations

Tom Stellard via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 7 08:52:41 PST 2023


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG466dc5c3e779: APFloat: Add some missing function declarations (authored by tstellar).

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154765/new/

https://reviews.llvm.org/D154765

Files:
  llvm/include/llvm/ADT/APFloat.h


Index: llvm/include/llvm/ADT/APFloat.h
===================================================================
--- llvm/include/llvm/ADT/APFloat.h
+++ llvm/include/llvm/ADT/APFloat.h
@@ -770,6 +770,8 @@
 };
 
 hash_code hash_value(const DoubleAPFloat &Arg);
+DoubleAPFloat scalbn(const DoubleAPFloat &Arg, int Exp, IEEEFloat::roundingMode RM);
+DoubleAPFloat frexp(const DoubleAPFloat &X, int &Exp, IEEEFloat::roundingMode);
 
 } // End detail namespace
 


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D154765.558037.patch
Type: text/x-patch
Size: 452 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20231107/58cc9051/attachment-0001.bin>


More information about the llvm-commits mailing list