[libc-commits] [libc] [libc][math] Add missing freebsd entrypoint for cbrtf16 (PR #205011)
via libc-commits
libc-commits at lists.llvm.org
Sun Jun 21 13:39:21 PDT 2026
llvmorg-github-actions[bot] wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-libc
Author: Zorojuro (Sukumarsawant)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/205011.diff
1 Files Affected:
- (modified) libc/config/freebsd/x86_64/entrypoints.txt (+1)
``````````diff
diff --git a/libc/config/freebsd/x86_64/entrypoints.txt b/libc/config/freebsd/x86_64/entrypoints.txt
index b4745d9400335..394b83130f067 100644
--- a/libc/config/freebsd/x86_64/entrypoints.txt
+++ b/libc/config/freebsd/x86_64/entrypoints.txt
@@ -375,6 +375,7 @@ if(LIBC_TYPES_HAS_FLOAT16)
libc.src.math.atanhf16
libc.src.math.atanpif16
libc.src.math.canonicalizef16
+ libc.src.math.cbrtf16
libc.src.math.ceilf16
libc.src.math.copysignf16
libc.src.math.cosf16
``````````
</details>
https://github.com/llvm/llvm-project/pull/205011
More information about the libc-commits
mailing list