[libc-commits] [libc] [libc][math][c23] Add sinf16 C23 math function (PR #116674)
via libc-commits
libc-commits at lists.llvm.org
Tue Dec 3 11:03:06 PST 2024
================
@@ -498,6 +498,26 @@ add_entrypoint_object(
${libc_opt_high_flag}
)
+add_entrypoint_object(
+ sinf16
+ SRCS
+ sinf16.cpp
+ HDRS
+ ../sinf16.h
+ DEPENDS
+ .sincosf16_utils
+ libc.hdr.errno_macros
+ libc.hdr.fenv_macros
+ libc.src.__support.FPUtil.cast
+ libc.src.__support.FPUtil.fenv_impl
+ libc.src.__support.FPUtil.fp_bits
+ libc.src.__support.FPUtil.except_value_utils
+ libc.src.__support.FPUtil.multiply_add
+ libc.src.__support.macros.optimization
----------------
overmighty wrote:
Sorry, I just noticed a missing dependency here.
```suggestion
libc.src.__support.macros.optimization
libc.src.__support.macros.properties.types
```
https://github.com/llvm/llvm-project/pull/116674
More information about the libc-commits
mailing list