[libc-commits] [libc] [libc][math][c23] Add exp2m1f16 C23 math function (PR #105690)
via libc-commits
libc-commits at lists.llvm.org
Sun Aug 25 18:29:00 PDT 2024
================
@@ -596,6 +596,7 @@ def StdC : StandardSpec<"stdc"> {
GuardedFunctionSpec<"exp2f16", RetValSpec<Float16Type>, [ArgSpec<Float16Type>], "LIBC_TYPES_HAS_FLOAT16">,
FunctionSpec<"exp2m1f", RetValSpec<FloatType>, [ArgSpec<FloatType>]>,
+ GuardedFunctionSpec<"exp2m1f16", RetValSpec<Float16Type>, [ArgSpec<Float16Type>], "LIBC_TYPES_HAS_FLOAT16">,
----------------
lntue wrote:
also update new header gen.
https://github.com/llvm/llvm-project/pull/105690
More information about the libc-commits
mailing list