llvm-project
bd0580cf
- [libc] Make simd helper functions static (#157551)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
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.
References
#157551 - [libc] Make simd helper functions static
Author
jhuber6
Parents
2422686e
Loading