[libc-commits] [libc] [libc][NFC] Remove `FloatProperties` (PR #76508)

Guillaume Chatelet via libc-commits libc-commits at lists.llvm.org
Thu Dec 28 08:26:01 PST 2023


gchatelet wrote:

FYI, I'll probably remove `FPEncoding` in a subsequent patch. As we discussed offline last time it seems more appropriate to specialize `FPRep` for `FPType::X86_Binary80` instead of having specific logic in a generic implementation. The current state is confusing and doesn't scale if we have to support other types like `bfloat16`.

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


More information about the libc-commits mailing list