[libc-commits] [libc] [libc][mathvec] Initial commit for LIBC vector math component (PR #173058)
Michael Jones via libc-commits
libc-commits at lists.llvm.org
Fri Jan 9 13:48:34 PST 2026
================
@@ -1396,7 +1396,14 @@ if(LLVM_LIBC_FULL_BUILD)
)
endif()
+if(LIBC_COMPILER_HAS_EXT_VECTOR_TYPE)
+ set(TARGET_LIBMVEC_ENTRYPOINTS
+ libc.src.mathvec.expf
+ )
----------------
michaelrj-google wrote:
it might be best to always create this list as empty then use the list append operations to add to it
https://github.com/llvm/llvm-project/pull/173058
More information about the libc-commits
mailing list