On Mon, Sep 1, 2025 at 7:56 PM Robin Dapp <rdapp....@gmail.com> wrote: > > > I would prefer to keep it use GET_MODE_SIZE here since it make this > > function more readable, I mean because few lines above just using > > GET_MODE_SIZE, it might confusing people (at least to me :P) if we use > > GET_MODE_PRECISION here. > > Then maybe change 8 to BITS_PER_UNIT? Otherwise one could think the > 8 has a connection to LMUL8.
Yeah, good suggestion, will update in v6 :) > > -- > Regards > Robin >