[PATCH] D140088: Add LLVM type support for fp8

Matt Arsenault via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Dec 16 06:06:11 PST 2022


arsenm added inline comments.


================
Comment at: llvm/include/llvm-c/Core.h:150-151
   LLVMVoidTypeKind,      /**< type with no size */
+  LLVMFloatE4M3TypeKind, /**< 8 but floating point with 3 bit Mantissa */
+  LLVMFloatE5M2TypeKind, /**< 8 but floating point with 2 bit Mantissa */
   LLVMHalfTypeKind,      /**< 16 bit floating point type */
----------------
arsenm wrote:
> Typo but
You can't break the C API. Thees need to go to the end


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D140088



More information about the llvm-commits mailing list