From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) by sourceware.org (Postfix) with ESMTP id 5A2A0384AB63 for ; Mon, 24 Jun 2024 22:58:03 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org 5A2A0384AB63 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gentoo.org Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gentoo.org ARC-Filter: OpenARC Filter v1.0.0 sourceware.org 5A2A0384AB63 Authentication-Results: server2.sourceware.org; arc=none smtp.remote-ip=140.211.166.183 ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1719269884; cv=none; b=KXYfAgWESRHnIX11Fca2olXi70YJxV4/B9t85gGHT7ZdUfzf0rqocTWFWhUf5pWjcXl9blTqaxxMrM2l8gL2cs0MHbe+1JknbAcL0LFVmjM0kmNx6oAV6MfQWaMT2R8X/poHPtFOfPbqYWSxJV4Q7hjlhVpaJejMjJ0KBiXoxYM= ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1719269884; c=relaxed/simple; bh=cWnID8nTO8Lr6wvzr96h9FS4hV2uP6Z9zESQNTvlobI=; h=Date:From:To:Subject:Message-ID:MIME-Version; b=WPm7ibT73+f4PLOjZum2D65xtJkD1N3H0+YB+SMpD5pk/rPynXchnLWxnHh46enoDGp74iVxqfN5TC/aAANvex2Sp/npBz1kkZ99zKandLr3hOuG0bqutOYfVzQqLKUqfIRG9G1b8Kdzw3v0X02GQ20un4w8ksY8NB+jHQDKydY= ARC-Authentication-Results: i=1; server2.sourceware.org Date: Tue, 25 Jun 2024 00:57:57 +0200 From: "Andreas K. Huettel" To: "Maciej W. Rozycki" CC: libc-alpha@sourceware.org, YunQiang Su , Adhemerval Zanella , =?ISO-8859-1?Q?Philippe_Mathieu-Daud=E9?= Subject: Re: [COMMITTED] MIPSr6/math: Use builtin fma and fmaf User-Agent: K-9 Mail for Android In-Reply-To: References: <20240624174605.17406-1-dilfridge@gentoo.org> Message-ID: <8ECA0226-C795-47DA-8165-F97D872D0BC1@gentoo.org> MIME-Version: 1.0 Content-Type: multipart/alternative; boundary=----2ZB9UH147MDWMXWCLJTB1YB6UK7U34 Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.8 required=5.0 tests=BAYES_00,HTML_MESSAGE,JMQ_SPF_NEUTRAL,KAM_DMARC_STATUS,RCVD_IN_MSPIKE_H3,RCVD_IN_MSPIKE_WL,SPF_HELO_PASS,SPF_PASS,TXREP autolearn=no autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: ------2ZB9UH147MDWMXWCLJTB1YB6UK7U34 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable Oops. I'm sorry, I must have picked the wrong version by accident. On it... On June 25, 2024 12:55:41 AM GMT+02:00, "Maciej W. Rozycki" wrote: >On Mon, 24 Jun 2024, Andreas K. H=C3=BCttel wrote: > >> From: YunQiang Su >>=20 >> MIPSr6 has MADDF.s/MADDF.d instructions, which are fused. >>=20 >> In MIPS ISA, double support can be subsetted. Only FMAF is enabled >> for this case. >>=20 >> * sysdeps/mips/fpu/math-use-builtins-fma.h >>=20 >> Signed-off-by: YunQiang Su >> Reviewed-by: Adhemerval Zanella >> Reviewed-by: Philippe Mathieu-Daud=C3=A9 > > It seems odd to me to commit an obsolete change reported to cause actual= =20 >compilation errors as well as raising copyright notice concerns where 3=20 >subsequent revisions have been already posted that addressed these issues. > > Maciej --=20 Sent from my Android device with K-9 Mail. Please excuse my brevity.= ------2ZB9UH147MDWMXWCLJTB1YB6UK7U34--