[libc-commits] [libc] [libc][mathvec] Initial commit for LIBC vector math component (PR #173058)

Joseph Huber via libc-commits libc-commits at lists.llvm.org
Mon Feb 16 09:18:56 PST 2026


================
@@ -11,7 +11,7 @@
 
 namespace LIBC_NAMESPACE_DECL {
 
-LLVM_LIBC_FUNCTION(cpp::simd<float>, expf, (cpp::simd<float> x)) {
+cpp::simd<float> expf (cpp::simd<float> x) {
----------------
jhuber6 wrote:

We'll probably  want a special version for these kinds of variants. Once this PR lands I can look into it since we probably want something similar for GPU math as well.

https://github.com/llvm/llvm-project/pull/173058


More information about the libc-commits mailing list