On Tue, Jul 10, 2018 at 2:50 PM Richard Henderson <r...@twiddle.net> wrote:
>
> On 07/10/2018 12:05 AM, Richard Biener wrote:
> > On Mon, Jul 9, 2018 at 9:05 PM Richard Henderson <r...@twiddle.net> wrote:
> >>
> >> At the same time, merge several related frame computing functions.
> >> Recall that HWI is now always 64-bit, so merge IMASK and FMASK,
> >> which allows merging of several loops within prologue and epilogue.
> >
> > Btw, if you're not using these with existing HWI APIs it is now prefered
> > to use [u]int64_t where appropriate.
>
> I do use both popcount_hwi and ctz_hwi.  Enough to swing the preference?

Yes.  Getting rid of HWI in APIs is difficult, and s/HWI/uint64_t/ loses
in my eye...

Richard.

>
> r~

Reply via email to