Re: [PATCH] Add internal functions for iround etc. [PR106253]

2022-07-12 Thread Richard Biener via Gcc-patches
On Tue, Jul 12, 2022 at 2:07 PM Richard Sandiford via Gcc-patches wrote: > > The PR is about the aarch64 port using an ACLE built-in function > to vectorise a scalar function call, even though the ECF_* flags for > the ACLE function didn't match the ECF_* flags for the scalar call. > > To some ext

[PATCH] Add internal functions for iround etc. [PR106253]

2022-07-12 Thread Richard Sandiford via Gcc-patches
The PR is about the aarch64 port using an ACLE built-in function to vectorise a scalar function call, even though the ECF_* flags for the ACLE function didn't match the ECF_* flags for the scalar call. To some extent that kind of difference is inevitable, since the ACLE intrinsics are supposed to