[libc-commits] [libc] [libc][math][c23] Add fabsf16 C23 math function (PR #93567)

via libc-commits libc-commits at lists.llvm.org
Tue May 28 09:13:32 PDT 2024


================
@@ -378,6 +378,7 @@ def StdC : StandardSpec<"stdc"> {
       [
           NamedType<"float_t">,
           NamedType<"double_t">,
+          Float16Type,
           NamedType<"float128">,
       ],
----------------
overmighty wrote:

Why weren't the type records from spec.td being reused here? E.g., why did we have `NamedType<"float128">` instead of `Float128Type`?

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


More information about the libc-commits mailing list