mirror of
https://github.com/ziglang/zig.git
synced 2026-01-21 06:45:24 +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.