[libcxx-commits] [libcxxabi] [libcxxabi][test][VE] Relax test configucation (PR #67387)

Kazushi Marukawa via libcxx-commits libcxx-commits at lists.llvm.org
Thu Sep 28 02:13:56 PDT 2023


================
@@ -26,15 +26,21 @@
 
 using namespace __cxxabiv1;
 
+#ifndef __ve__
----------------
kaz7 wrote:

Thank you.  `std::thread::hardware_concurrency()` returns 8.  We have 8 cores per a VE.

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


More information about the libcxx-commits mailing list