Andrew Carlotti writes:
> On Fri, May 17, 2024 at 04:45:05PM +0100, Richard Sandiford wrote:
>> Andrew Carlotti writes:
>> > The end goal of the series is to change the definition of
>> > aarch64_feature_flags
>> > from a uint64_t typedef to a class with 128 bits of storage. This class
>> > us
On Fri, May 17, 2024 at 04:45:05PM +0100, Richard Sandiford wrote:
> Andrew Carlotti writes:
> > The end goal of the series is to change the definition of
> > aarch64_feature_flags
> > from a uint64_t typedef to a class with 128 bits of storage. This class
> > uses
> > operator overloading to m
Andrew Carlotti writes:
> The end goal of the series is to change the definition of
> aarch64_feature_flags
> from a uint64_t typedef to a class with 128 bits of storage. This class uses
> operator overloading to mimic the existing integer interface as much as
> possible, but with added restrict
The end goal of the series is to change the definition of aarch64_feature_flags
from a uint64_t typedef to a class with 128 bits of storage. This class uses
operator overloading to mimic the existing integer interface as much as
possible, but with added restrictions to facilate type checking and
e