mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 15:34:09 +00:00
ppc: Add little-endian support.
This commit is contained in:
parent
1d40c34ec3
commit
270bfa6a08
@ -427,9 +427,6 @@
|
|||||||
#if defined(_SOFT_FLOAT) || defined(_SOFT_DOUBLE)
|
#if defined(_SOFT_FLOAT) || defined(_SOFT_DOUBLE)
|
||||||
#error "No support for PowerPC CPUs without double-precision FPU"
|
#error "No support for PowerPC CPUs without double-precision FPU"
|
||||||
#endif
|
#endif
|
||||||
#if LJ_ARCH_ENDIAN == LUAJIT_LE
|
|
||||||
#error "No support for little-endian PPC"
|
|
||||||
#endif
|
|
||||||
#if LJ_ARCH_PPC_ELFV2
|
#if LJ_ARCH_PPC_ELFV2
|
||||||
#error "No support for PPC ELFv2"
|
#error "No support for PPC ELFv2"
|
||||||
#endif
|
#endif
|
||||||
|
728
src/vm_ppc.dasc
728
src/vm_ppc.dasc
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user