mirror of
https://codeberg.org/ziglang/zig
synced 2026-03-16 23:21:44 +00:00
- use Bit Twiddling Hacks: Compute parity in parallel - test cases derived from popcount.zig - tests: compare naive approach 10_000 times with random numbers created from naive seed 42 - compiler_rt.zig: sort by LLVM builtin order and add comments to improve structure See #1290