Skip to content

Commit 71b7bc8

Browse files
author
Mike Pall
committed
PPC: Add soft-float support to JIT compiler backend.
Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc.
1 parent 6b08248 commit 71b7bc8

File tree

2 files changed

+278
-44
lines changed

2 files changed

+278
-44
lines changed

src/lj_arch.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,6 @@
273273
#endif
274274

275275
#if LJ_ABI_SOFTFP
276-
#define LJ_ARCH_NOJIT 1 /* NYI */
277276
#define LJ_ARCH_NUMMODE LJ_NUMMODE_DUAL
278277
#else
279278
#define LJ_ARCH_NUMMODE LJ_NUMMODE_DUAL_SINGLE

0 commit comments

Comments
 (0)