[libc-commits] [libc] [libc][mathvec] Initial commit for LIBC vector math component (PR #173058)
Muhammad Bassiouni via libc-commits
libc-commits at lists.llvm.org
Tue Feb 17 13:00:20 PST 2026
================
@@ -0,0 +1,12 @@
+add_entrypoint_object(
+ expf
+ SRCS
+ expf.cpp
+ HDRS
+ ../expf.h
+ DEPENDS
+ libc.src.__support.CPP.simd
----------------
bassiounix wrote:
```suggestion
libc.src.__support.mathvec.expf
```
https://github.com/llvm/llvm-project/pull/173058
More information about the libc-commits
mailing list