Skip to content

Commit

Permalink
MIPS: Add soft-float support to JIT compiler backend.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mike Pall committed Feb 10, 2016
1 parent 825dcdc commit f547a14
Show file tree
Hide file tree
Showing 7 changed files with 418 additions and 83 deletions.
3 changes: 0 additions & 3 deletions src/lj_arch.h
Original file line number Diff line number Diff line change
Expand Up @@ -305,9 +305,6 @@
#endif

/* Temporarily disable features until the code has been merged. */
#if !LJ_ARCH_HASFPU
#define LJ_ARCH_NOJIT 1
#endif
#if !defined(LUAJIT_NO_UNWIND) && __GNU_COMPACT_EH__
#define LUAJIT_NO_UNWIND 1
#endif
Expand Down
Loading

0 comments on commit f547a14

Please sign in to comment.