From mboxrd@z Thu Jan 1 00:00:00 1970
Return-Path:
Received: from us-smtp-delivery-124.mimecast.com
(us-smtp-delivery-124.mimecast.com [216.205.24.124])
by sourceware.org (Postfix) with ESMTP id 8F66E3846405
for ; Wed, 27 Jan 2021 18:31:30 +0000 (GMT)
DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 8F66E3846405
Received: from mimecast-mx01.redhat.com (mimecast-mx01.redhat.com
[209.132.183.4]) (Using TLS) by relay.mimecast.com with ESMTP id
us-mta-229-pyDnTA9jO72H6mQVSSy6KA-1; Wed, 27 Jan 2021 13:31:28 -0500
X-MC-Unique: pyDnTA9jO72H6mQVSSy6KA-1
Received: from smtp.corp.redhat.com (int-mx07.intmail.prod.int.phx2.redhat.com
[10.5.11.22])
(using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits))
(No client certificate requested)
by mimecast-mx01.redhat.com (Postfix) with ESMTPS id CDC8C806674;
Wed, 27 Jan 2021 18:31:26 +0000 (UTC)
Received: from localhost (unknown [10.33.36.102])
by smtp.corp.redhat.com (Postfix) with ESMTP id 4136F10021B3;
Wed, 27 Jan 2021 18:31:26 +0000 (UTC)
Date: Wed, 27 Jan 2021 18:31:25 +0000
From: Jonathan Wakely
To: Matthias Kretz
Cc: gcc-patches@gcc.gnu.org, libstdc++@gcc.gnu.org
Subject: Re: [PATCH 2/2] Add simd testsuite
Message-ID: <20210127183125.GD541588@redhat.com>
References: <6884904.fbmDiqPtmF@excalibur> <20210127164527.GB541588@redhat.com>
<20210127175401.GC541588@redhat.com>
MIME-Version: 1.0
In-Reply-To: <20210127175401.GC541588@redhat.com>
X-Clacks-Overhead: GNU Terry Pratchett
X-Scanned-By: MIMEDefang 2.84 on 10.5.11.22
X-Mimecast-Spam-Score: 0
X-Mimecast-Originator: redhat.com
Content-Type: multipart/mixed; boundary="Y/WcH0a6A93yCHGr"
Content-Disposition: inline
X-Spam-Status: No, score=-14.5 required=5.0 tests=BAYES_00, DKIMWL_WL_HIGH,
DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, GIT_PATCH_0,
RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE,
SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2
X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on
server2.sourceware.org
X-BeenThere: libstdc++@gcc.gnu.org
X-Mailman-Version: 2.1.29
Precedence: list
List-Id: Libstdc++ mailing list
List-Unsubscribe: ,
List-Archive:
List-Post:
List-Help:
List-Subscribe: ,
X-List-Received-Date: Wed, 27 Jan 2021 18:31:31 -0000
--Y/WcH0a6A93yCHGr
Content-Type: text/plain; charset=us-ascii; format=flowed
Content-Disposition: inline
On 27/01/21 17:54 +0000, Jonathan Wakely wrote:
>> and add something to the release notes too.
Also done. Pushed to wwwdocs.
--Y/WcH0a6A93yCHGr
Content-Type: text/x-patch; charset=us-ascii
Content-Disposition: attachment; filename="patch.txt"
commit f948177c3d01d09cbc8035a75583d425a4dca46e
Author: Jonathan Wakely
Date: Wed Jan 27 18:30:00 2021 +0000
Document simd additions to libstdc++
diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html
index 9b86e6c8..efbf3341 100644
--- a/htdocs/gcc-11/changes.html
+++ b/htdocs/gcc-11/changes.html
@@ -329,6 +329,9 @@ a work-in-progress.
+ Experimental support for Data-Parallel Types (simd
)
+ from the Parallelism 2 TS, thanks to Matthias Kretz.
+
Faster std::uniform_int_distribution
,
thanks to Daniel Lemire.
--Y/WcH0a6A93yCHGr--