From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by sourceware.org (Postfix, from userid 1039) id 5C6EE3870891; Wed, 2 Sep 2020 13:14:44 +0000 (GMT) DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 5C6EE3870891 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: H.J. Lu To: glibc-cvs@sourceware.org Subject: [glibc/release/2.32/master] NEWS: Update for [BZ #26534] fix X-Act-Checkin: glibc X-Git-Author: H.J. Lu X-Git-Refname: refs/heads/release/2.32/master X-Git-Oldrev: cebc01cbfd6c257f329e818b68bb1b2eef2afe09 X-Git-Newrev: 386543bc4495f658dcce6cd4d11e4ba6574a46f5 Message-Id: <20200902131444.5C6EE3870891@sourceware.org> Date: Wed, 2 Sep 2020 13:14:44 +0000 (GMT) X-BeenThere: glibc-cvs@sourceware.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Glibc-cvs mailing list List-Unsubscribe: , List-Archive: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 02 Sep 2020 13:14:44 -0000 https://sourceware.org/git/gitweb.cgi?p=glibc.git;h=386543bc4495f658dcce6cd4d11e4ba6574a46f5 commit 386543bc4495f658dcce6cd4d11e4ba6574a46f5 Author: H.J. Lu Date: Wed Aug 26 04:26:50 2020 +0200 NEWS: Update for [BZ #26534] fix Diff: --- NEWS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/NEWS b/NEWS index 485b8ddffa..a141de93dd 100644 --- a/NEWS +++ b/NEWS @@ -5,6 +5,11 @@ See the end for copying conditions. Please send GNU C library bug reports via using `glibc' in the "product" field. +The following bugs are resolved with this release: + + [26534] libm.so 2.32 SIGILL in pow() due to FMA4 instruction on non-FMA4 + system + Version 2.32 Major new features: