[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 11:28:54 PDT 2024


================
@@ -60,7 +60,7 @@ def IntTypesAPI : PublicAPI<"inttypes.h"> {
 }
 
 def MathAPI : PublicAPI<"math.h"> {
-  let Types = ["double_t", "float_t", "float128"];
+  let Types = ["double_t", "float_t", "float16", "float128"];
----------------
overmighty wrote:

See comment in stdc.td.

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


More information about the libc-commits mailing list