[libcxx-commits] [libcxx] [libc++] Reduce the compilation time required by SIMD tests (PR #72602)
via libcxx-commits
libcxx-commits at lists.llvm.org
Fri Nov 17 17:29:59 PST 2023
philnik777 wrote:
> No worries, thanks for working on SIMD! We love having a lot of test coverage, it's just that we sometimes lose track of how costly some tests can be :-)
Absolutely. I didn't realize how long the tests take until @vitalybuka pointed it out. It's really easy to miss the amount of instantiations with the generator tools we have now (they are way too nice to remove them over this little inconvenience though).
https://github.com/llvm/llvm-project/pull/72602
More information about the libcxx-commits
mailing list