On Mon, Apr 8, 2024 at 10:05 AM Ville Syrjala <[email protected]> wrote: > > From: Ville Syrjälä <[email protected]> > > BIT(32) is illegal when sizeof(long)==4. Use BIT_ULL(32) > instead. > > Cc: Xinliang Liu <[email protected]> > Cc: Tian Tao <[email protected]> > Cc: Xinwei Kong <[email protected]> > Cc: Sumit Semwal <[email protected]> > Cc: Yongqin Liu <[email protected]> > Cc: John Stultz <[email protected]> > Signed-off-by: Ville Syrjälä <[email protected]>
Acked-by: John Stultz <[email protected]>
