openwrt-packages/lang/luajit/patches
Šimon Bořek a4a484fbca luajit: patch: PPC/e500 SPE: use soft float instead of failing
makes LuaJit builds for mpc85xx targets with SPE ISA extension
enabled possible

Quoting inner commit message:

This allows building LuaJit for systems with Power ISA SPE
extension[^1] support by using soft float on LuaJit side.

While e500 CPU cores support SPE instruction set extension
allowing them to perform floating point arithmetic natively,
this isn't required. They can function with software floating
point to integer arithmetic translation as well,
just like FPU-less PowerPC CPUs without SPE support.

Therefore I see no need to prevent them from running LuaJit
explicitly.

[^1]: https://www.nxp.com/docs/en/reference-manual/SPEPEM.pdf

Signed-off-by: Pali Rohár <pali@kernel.org>
Signed-off-by: Šimon Bořek <simon.borek@nic.cz>
2022-08-06 10:34:58 -07:00
..
010-lua-path.patch luajit: Switch to versioned releases 2018-12-06 14:44:32 -08:00
020-clang.patch luajit: fix compilation with host clang 2021-03-26 11:25:42 -07:00
030_fix_posix_install_with_missing_or_incompatible_ldconfig.patch luajit: fix build on macos (ldconfig issue) 2022-01-08 08:04:03 +01:00
040-softfloat-ppc.patch luajit: backport softfloat ppc support 2022-06-22 12:48:32 -06:00
050-ppc-softfloat.patch luajit: backport softfloat ppc support 2022-06-22 12:48:32 -06:00
060-ppc-musl.patch luajit: backport softfloat ppc support 2022-06-22 12:48:32 -06:00
300-PPC-e500-with-SPE-enabled-use-soft-float.patch luajit: patch: PPC/e500 SPE: use soft float instead of failing 2022-08-06 10:34:58 -07:00