From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from esa4.mentor.iphmx.com (esa4.mentor.iphmx.com [68.232.137.252]) by sourceware.org (Postfix) with ESMTPS id 26EF13858423 for ; Fri, 25 Aug 2023 19:48:58 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 26EF13858423 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=codesourcery.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=mentor.com X-IronPort-AV: E=Sophos;i="6.02,201,1688457600"; d="scan'208";a="15355841" Received: from orw-gwy-01-in.mentorg.com ([192.94.38.165]) by esa4.mentor.iphmx.com with ESMTP; 25 Aug 2023 11:48:57 -0800 IronPort-SDR: CefjuGf4l7mpRXrnAKO9ouKIYKzd2LgdhZBfvazY3iihm4g4HzMPT6WHvV5GosGNn08utGYAFS Cxoj4AT3x8sqiXbuMov2V7J4bMaXLsrbF5sc03NQ4n1NHX9hUMqvOsCjLERxaOtVxqpSgcT0bQ 3aMtaZKPS/dbV01rsa7cOYOFt/1//2Elu4ahdIT2AQhvJYuECABYNHrPSane5WnS+UYw2cf95t tcCCJ97UWivpIFf07848hndlu3uMUc+k3wnOMF1jHNqAP32zgsxBDY49tOYE3vt9ZhGEkPfiZ9 YIU= From: Sandra Loosemore To: CC: , Subject: [COMMITTED V3 6/6] OpenMP: Document support for imperfectly-nested loops. Date: Fri, 25 Aug 2023 13:47:14 -0600 Message-ID: <20230825194714.627157-7-sandra@codesourcery.com> X-Mailer: git-send-email 2.34.1 In-Reply-To: <20230825194714.627157-1-sandra@codesourcery.com> References: <20230825194714.627157-1-sandra@codesourcery.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Content-Type: text/plain X-ClientProxiedBy: svr-orw-mbx-12.mgc.mentorg.com (147.34.90.212) To svr-orw-mbx-13.mgc.mentorg.com (147.34.90.213) X-Spam-Status: No, score=-10.0 required=5.0 tests=BAYES_00,GIT_PATCH_0,HEADER_FROM_DIFFERENT_DOMAINS,KAM_DMARC_STATUS,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: libgomp/ChangeLog * libgomp.texi (OpenMP 5.0): Imperfectly-nested loops are done. --- libgomp/libgomp.texi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libgomp/libgomp.texi b/libgomp/libgomp.texi index 5c91163893f..4aad8cc52f4 100644 --- a/libgomp/libgomp.texi +++ b/libgomp/libgomp.texi @@ -200,7 +200,7 @@ The OpenMP 4.5 specification is fully supported. @item @code{!=} as relational-op in canonical loop form for C/C++ @tab Y @tab @item @code{nonmonotonic} as default loop schedule modifier for worksharing-loop constructs @tab Y @tab -@item Collapse of associated loops that are imperfectly nested loops @tab N @tab +@item Collapse of associated loops that are imperfectly nested loops @tab Y @tab @item Clauses @code{if}, @code{nontemporal} and @code{order(concurrent)} in @code{simd} construct @tab Y @tab @item @code{atomic} constructs in @code{simd} @tab Y @tab -- 2.31.1