From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on ip-172-31-65-14.ec2.internal X-Spam-Level: * X-Spam-Status: No, score=1.1 required=3.0 tests=BAYES_05,FREEMAIL_FROM, SCC_BODY_URI_ONLY,T_SCC_BODY_TEXT_LINE autolearn=no autolearn_force=no version=3.4.6 X-Received: by 2002:a05:622a:1894:b0:40f:c807:f5f8 with SMTP id v20-20020a05622a189400b0040fc807f5f8mr88711qtc.10.1691964201084; Sun, 13 Aug 2023 15:03:21 -0700 (PDT) X-Received: by 2002:a05:6a00:10cd:b0:668:5d38:25f3 with SMTP id d13-20020a056a0010cd00b006685d3825f3mr3715478pfu.2.1691964200782; Sun, 13 Aug 2023 15:03:20 -0700 (PDT) Path: eternal-september.org!news.eternal-september.org!news.mixmin.net!proxad.net!feeder1-2.proxad.net!209.85.160.216.MISMATCH!news-out.google.com!nntp.google.com!postnews.google.com!google-groups.googlegroups.com!not-for-mail Newsgroups: comp.lang.ada Date: Sun, 13 Aug 2023 15:03:20 -0700 (PDT) In-Reply-To: Injection-Info: google-groups.googlegroups.com; posting-host=184.98.188.26; posting-account=x5rpZwoAAABMN2XPwcebPWPkebpwQNJG NNTP-Posting-Host: 184.98.188.26 References: User-Agent: G2/1.0 MIME-Version: 1.0 Message-ID: <5a7b2905-fd40-441b-aec7-3fb9956e1c41n@googlegroups.com> Subject: Re: Parallel loops in GNAT? From: Jerry Injection-Date: Sun, 13 Aug 2023 22:03:21 +0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Xref: news.eternal-september.org comp.lang.ada:65512 List-Id: On Sunday, August 13, 2023 at 3:40:03=E2=80=AFAM UTC-7, Simon Wright wrote: > Jerry writes:=20 >=20 > > Does GNAT such as Simon's GCC 13.1.0 for macOS aarch64 allow parallel= =20 > > loops and blocks? > No, sorry, that's one of the advanced features that AdaCore aren't=20 > working on yet.=20 >=20 > https://blog.adacore.com/ada-202x-support-in-gnat Thanks, Simon. I saw that blog post but since it's nearly three years old, = I was hopeful. My O(N^4) radar simulations will have to remain slow. :-(