mirror of
https://github.com/godotengine/godot.git
synced 2025-12-07 22:00:10 +00:00
Merge pull request #106390 from akien-mga/linux-drop-ppc32
Linux: Drop `ppc32` (32-bit PowerPC) architecture support
This commit is contained in:
commit
bb47f01481
10 changed files with 9 additions and 32 deletions
|
|
@ -81,7 +81,7 @@ _ALWAYS_INLINE_ static void _cpu_pause() {
|
|||
__builtin_ia32_pause();
|
||||
#elif defined(__arm__) || defined(__aarch64__) // ARM.
|
||||
asm volatile("yield");
|
||||
#elif defined(__powerpc__) || defined(__ppc__) || defined(__PPC__) // PowerPC.
|
||||
#elif defined(__powerpc__) // PowerPC.
|
||||
asm volatile("or 27,27,27");
|
||||
#elif defined(__riscv) // RISC-V.
|
||||
asm volatile(".insn i 0x0F, 0, x0, x0, 0x010");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue