[clang] [AArch64] Refactor implementation of FP8 types (NFC) (PR #123604)

Momchil Velikov via cfe-commits cfe-commits at lists.llvm.org
Wed Jan 29 06:19:59 PST 2025


momchil-velikov wrote:

> Is `__mfp8` a floating type? `isFloatingType()` on it returns `false`, was that the case before as well?

It was the case before and it's intentional. That type is more like a union of two floating-point types.

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


More information about the cfe-commits mailing list