[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
Tue Feb 17 13:02:11 PST 2026


jhuber6 wrote:

> Just some nits and removal of `static` qualifier inside header files.

I've said this before, but anything that touches vectors should be static, full stop. These need to be private to the TU as they encode ABI information. If we ever want to support `ifuncs` this is what will be required.

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


More information about the libc-commits mailing list