================
@@ -1146,6 +1146,14 @@ struct ThreadsT {
   using EmptyTrait = std::true_type;
 };
 
+// V6.0: [14.8] `threadset` clause
+template <typename T, typename I, typename E> //
+struct ThreadsetT {
+  ENUM(ThreadsetPolicy, omp_pool, omp_team);
----------------
Ritanya-B-Bharadwaj wrote:

Done!

https://github.com/llvm/llvm-project/pull/135807
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to