C++ Logo

std-proposals

Advanced search

Re: [std-proposals] D3666R0 Bit-precise integers

From: Jan Schultke <janschultke_at_[hidden]>
Date: Thu, 4 Sep 2025 08:53:25 +0200
> A CPU may not be able to perform unaligned loads and stores.

Sure. That's why _BitInt(384) should have sufficient alignment
requirements so it can be loaded into such a SHA acceleration register
in a single load operation of some kind.

I'm still not seeing where the "Vodoo" is. This is basic and commonly
understood stuff.

Received on 2025-09-04 06:53:40