mirror of
https://github.com/ziglang/zig.git
synced 2025-12-06 06:13:07 +00:00
Clang fails to compile the CBE translation of this code ("non-ASM
statement in naked function"). Similar to the implementations of
`restore_rt` on x86 and ARM, when the CBE is in use, this commit employs
alternative inline assembly that avoids using non-immediate input
operands.