llvm-project
6f2726dc
- [libc++] Assume that __array_rank is provided by the compiler (#202511)
Go
Login via GitHub
Home
Pricing
FAQ
Install
Login
via GitHub
Commit
View On
GitHub
Commit
1 day ago
[libc++] Assume that __array_rank is provided by the compiler (#202511) All compilers we support have `__array_rank`, so we can remove the preprocessor branch for supporting compilers which don't provide it.
References
#202511 - [libc++] Assume that __array_rank is provided by the compiler
Author
philnik777
Parents
e65b4e7f
Loading