mirror of
https://github.com/ziglang/zig.git
synced 2026-03-12 06:09:39 +00:00
* Add a yield pattern for PowerPC64 * Fix compile error on pre-v6 ARM targets * Use isb instead of yield on AArch64 to give the CPU a chance to enter low-power states. * Make the hint an inline function, the call overhead can be avoided.