> On 25 Oct 2024, at 14:39, Richard Biener wrote:
>
> External email: Use caution opening links or attachments
>
>
> On Wed, 23 Oct 2024, Jennifer Schmitz wrote:
>
>>
>>
>>> On 22 Oct 2024, at 13:14, Richard Biener wrote:
>>>
>>> External email: Use caution opening links or attachments
>
On Wed, 23 Oct 2024, Jennifer Schmitz wrote:
>
>
> > On 22 Oct 2024, at 13:14, Richard Biener wrote:
> >
> > External email: Use caution opening links or attachments
> >
> >
> > On Tue, 22 Oct 2024, Jennifer Schmitz wrote:
> >
> >>
> >>
> >>> On 22 Oct 2024, at 11:05, Richard Biener wrot
> On 22 Oct 2024, at 13:14, Richard Biener wrote:
>
> External email: Use caution opening links or attachments
>
>
> On Tue, 22 Oct 2024, Jennifer Schmitz wrote:
>
>>
>>
>>> On 22 Oct 2024, at 11:05, Richard Biener wrote:
>>>
>>> External email: Use caution opening links or attachments
>
On Tue, 22 Oct 2024, Jennifer Schmitz wrote:
>
>
> > On 21 Oct 2024, at 10:51, Richard Biener wrote:
> >
> > External email: Use caution opening links or attachments
> >
> >
> > On Fri, 18 Oct 2024, Jennifer Schmitz wrote:
> >
> >> This patch adds the following two simplifications in match.
On Tue, 22 Oct 2024, Jennifer Schmitz wrote:
>
>
> > On 22 Oct 2024, at 11:05, Richard Biener wrote:
> >
> > External email: Use caution opening links or attachments
> >
> >
> > On Tue, 22 Oct 2024, Jennifer Schmitz wrote:
> >
> >>
> >>
> >>> On 21 Oct 2024, at 10:51, Richard Biener wrot
> On 22 Oct 2024, at 11:05, Richard Biener wrote:
>
> External email: Use caution opening links or attachments
>
>
> On Tue, 22 Oct 2024, Jennifer Schmitz wrote:
>
>>
>>
>>> On 21 Oct 2024, at 10:51, Richard Biener wrote:
>>>
>>> External email: Use caution opening links or attachments
>
> On 21 Oct 2024, at 10:51, Richard Biener wrote:
>
> External email: Use caution opening links or attachments
>
>
> On Fri, 18 Oct 2024, Jennifer Schmitz wrote:
>
>> This patch adds the following two simplifications in match.pd:
>> - pow (1.0/x, y) to pow (x, -y), avoiding the division
>> -
On Fri, 18 Oct 2024, Jennifer Schmitz wrote:
> This patch adds the following two simplifications in match.pd:
> - pow (1.0/x, y) to pow (x, -y), avoiding the division
> - pow (0.0, x) to 0.0, avoiding the call to pow.
> The patterns are guarded by flag_unsafe_math_optimizations,
> !flag_trapping_m
On Fri, Oct 18, 2024 at 5:09 AM Jennifer Schmitz wrote:
>
> This patch adds the following two simplifications in match.pd:
> - pow (1.0/x, y) to pow (x, -y), avoiding the division
> - pow (0.0, x) to 0.0, avoiding the call to pow.
> The patterns are guarded by flag_unsafe_math_optimizations,
> !fl
This patch adds the following two simplifications in match.pd:
- pow (1.0/x, y) to pow (x, -y), avoiding the division
- pow (0.0, x) to 0.0, avoiding the call to pow.
The patterns are guarded by flag_unsafe_math_optimizations,
!flag_trapping_math, !flag_errno_math, !HONOR_SIGNED_ZEROS,
and !HONOR_I
10 matches
Mail list logo