ecade
ago.
Having someone help with committing patches is always very much appreciated.
Cheers,
Roger
--
-Original Message-
From: Jeff Law
Sent: 09 June 2021 16:27
To: Richard Biener ; Roger Sayle
Cc: GCC Patches
Subject: Re: [PATCH] PR middle-end/53267: Constant fold BUILT_IN_FMOD.
On
On 6/9/2021 4:51 AM, Richard Biener via Gcc-patches wrote:
On Tue, Jun 8, 2021 at 9:36 PM Roger Sayle wrote:
Here's a three line patch to implement constant folding for fmod,
fmodf and fmodl, which resolves an enhancement request from 2012.
The following patch has been tested on x86_64-pc-
On Tue, Jun 8, 2021 at 9:36 PM Roger Sayle wrote:
>
>
> Here's a three line patch to implement constant folding for fmod,
> fmodf and fmodl, which resolves an enhancement request from 2012.
>
> The following patch has been tested on x86_64-pc-linux-gnu with
> a make bootstrap and make -k check wit
Here's a three line patch to implement constant folding for fmod,
fmodf and fmodl, which resolves an enhancement request from 2012.
The following patch has been tested on x86_64-pc-linux-gnu with
a make bootstrap and make -k check with no new failures.
Ok for mainline?
2020-06-08 Roger Sayle