[llvm] [APFloat] Add APFloat support for E8M0 type (PR #107127)

Durgadoss R via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 4 02:44:24 PDT 2024


================
@@ -1091,6 +1100,26 @@ class APFloat : public APFloatBase {
     }
   }
 
+  static bool hasZero(const fltSemantics &Sem) {
----------------
durga4github wrote:

Sure, Added in the latest revision.

https://github.com/llvm/llvm-project/pull/107127


More information about the llvm-commits mailing list