[libc-commits] [libc] [libc][math][c23] Add exp10m1f16 C23 math function (PR #105706)

via libc-commits libc-commits at lists.llvm.org
Wed Oct 16 07:33:15 PDT 2024


================
@@ -606,6 +606,8 @@ def StdC : StandardSpec<"stdc"> {
           FunctionSpec<"exp10f", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
           GuardedFunctionSpec<"exp10f16", RetValSpec<Float16Type>, [ArgSpec<Float16Type>], "LIBC_TYPES_HAS_FLOAT16">,
 
+          GuardedFunctionSpec<"exp10m1f16", RetValSpec<Float16Type>, [ArgSpec<Float16Type>], "LIBC_TYPES_HAS_FLOAT16">,
----------------
overmighty wrote:

Will make a single PR to update newhdrgen for all the new `float16` functions later as discussed.

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


More information about the libc-commits mailing list