Skip to content

Commit

Permalink
PPC: Add soft-float support to JIT compiler backend.
Browse files Browse the repository at this point in the history
Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com.
Sponsored by Cisco Systems, Inc.
  • Loading branch information
Mike Pall committed Sep 3, 2017
1 parent 6b08248 commit 71b7bc8
Show file tree
Hide file tree
Showing 2 changed files with 278 additions and 44 deletions.
1 change: 0 additions & 1 deletion src/lj_arch.h
Expand Up @@ -273,7 +273,6 @@
#endif

#if LJ_ABI_SOFTFP
#define LJ_ARCH_NOJIT 1 /* NYI */
#define LJ_ARCH_NUMMODE LJ_NUMMODE_DUAL
#else
#define LJ_ARCH_NUMMODE LJ_NUMMODE_DUAL_SINGLE
Expand Down

0 comments on commit 71b7bc8

Please sign in to comment.