llvm-project
bd0580cf - [libc] Make simd helper functions static (#157551)

Commit
96 days ago
[libc] Make simd helper functions static (#157551) Summary: It's important that these functions all be local to a TU as to not incur ABI restrictions. Otherwise, we end up with lots of warnings if we change or use different vector sizes.
Author
Parents
Loading