Re: [PATCH v3 00/16] Introduce and use generic parity16/32/64 helper

From: Andrew Cooper
Date: Fri Mar 07 2025 - 13:50:18 EST


> (int)true most definitely is guaranteed to be 1.

That's not technically correct any more.

GCC has introduced hardened bools that intentionally have bit patterns
other than 0 and 1.

https://gcc.gnu.org/gcc-14/changes.html

~Andrew