[libc-commits] [libc] [llvm] [libc][math] Refactor sinf16 implementation to header-only in src/__support/math folder. (PR #178062)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Mon Jan 26 16:49:23 PST 2026
https://github.com/bassiounix requested changes to this pull request.
We need guard macros for `float16` type.
Not all platforms has this type so we need to add a guard.
`LIBC_TYPES_HAS_FLOAT16` found in `include/llvm-libc-macros/float16-macros.h`
Also please add the deps accordingly
https://github.com/llvm/llvm-project/pull/178062
More information about the libc-commits
mailing list