[llvm] [libc] [reland][libc][NFC] Refactor FPBits and remove LongDoubleBits specialization (PR #78447)
Clement Courbet via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 17 06:48:11 PST 2024
================
@@ -171,68 +171,98 @@ struct FPRepBase : public internal::FPLayout<fp_type> {
return StorageType(1) << position;
}
+ template <typename T> struct Opaque {
----------------
legrosbuffle wrote:
Doc + change the name to something clearer, maybe `TypedInt` ?
https://github.com/llvm/llvm-project/pull/78447
More information about the llvm-commits
mailing list