-
Bug
-
Resolution: Unresolved
-
P4
-
21
This is specifically for Zero, see https://github.com/openjdk/jdk/pull/12477#issuecomment-1424571609.
Zero loads 4 bytes (int) when the underlying variable is a bool (1 byte). Since Zero is using `__atomic_*`, it should probably just define the appropriate partial specialization for 1 and 2 byte operations.
Zero loads 4 bytes (int) when the underlying variable is a bool (1 byte). Since Zero is using `__atomic_*`, it should probably just define the appropriate partial specialization for 1 and 2 byte operations.