[libc-commits] [libc] [libc][NFC] Make `EXP_MANT_MASK` an implementation detail (PR #75621)
Guillaume Chatelet via libc-commits
libc-commits at lists.llvm.org
Fri Dec 15 09:34:45 PST 2023
================
@@ -28,6 +28,36 @@ enum class FPType {
X86_Binary80,
};
+// Returns the 'FPType' associated with this 'FP' type.
----------------
gchatelet wrote:
This is just moved up in the file so it's closer to `FPType` definition.
https://github.com/llvm/llvm-project/pull/75621
More information about the libc-commits
mailing list