On Sun, Jul 5, 2020 at 4:37 PM Marc Glisse wrote:
>
> On Sun, 5 Jul 2020, Thomas König wrote:
>
> >
> >> Am 04.07.2020 um 19:11 schrieb Richard Biener :
> >>
> >> On July 4, 2020 11:30:05 AM GMT+02:00, "Thomas König"
> >> wrote:
> >>>
> >>> What could be a preferred way to achieve that? Could o
On Sun, 5 Jul 2020, Thomas König wrote:
Am 04.07.2020 um 19:11 schrieb Richard Biener :
On July 4, 2020 11:30:05 AM GMT+02:00, "Thomas König" wrote:
What could be a preferred way to achieve that? Could optimization
options like -ffast-math be applied to blocks instead of functions?
Could
On July 5, 2020 12:37:58 PM GMT+02:00, "Thomas König" wrote:
>
>> Am 04.07.2020 um 19:11 schrieb Richard Biener
>:
>>
>> On July 4, 2020 11:30:05 AM GMT+02:00, "Thomas König"
> wrote:
>>>
>>> What could be a preferred way to achieve that? Could optimization
>>> options like -ffast-math be appli
> Am 04.07.2020 um 19:11 schrieb Richard Biener :
>
> On July 4, 2020 11:30:05 AM GMT+02:00, "Thomas König"
> wrote:
>>
>> What could be a preferred way to achieve that? Could optimization
>> options like -ffast-math be applied to blocks instead of functions?
>> Could we set flags on the TRE
On July 4, 2020 11:30:05 AM GMT+02:00, "Thomas König" wrote:
>Hi,
>
>in Fortran, it would sometimes be useful to have a different
>optimization
>depending on whether we generate inlined code for intrinsics (where we
>know when it is OK to „go wild“) or user code, where we need to
>adhere (for ex
Hi,
in Fortran, it would sometimes be useful to have a different optimization
depending on whether we generate inlined code for intrinsics (where we
know when it is OK to „go wild“) or user code, where we need to
adhere (for example) to IEEE semantics unless otherwise instructed
by the user.
Wh