Re: LuaJIT on mips64 soft-float

  • From: Mike Pall <mike-1502@xxxxxxxxxx>
  • To: luajit@xxxxxxxxxxxxx
  • Date: Sat, 7 Feb 2015 22:11:05 +0100

sunila sahu wrote:
> Have anyone looked into supporting mips64r2 using soft-float mode or have
> any suggestions regarding it?

The suggestion is to do a MIPS32 soft-float port first, since
MIPS32 hard-float already works. For a TODO list, see:

  //www.freelists.org/post/luajit/FW-LuaJIT-support-for-MIPS-softfloat,2

After that's done and working, a MIPS64 port should make use of
the new LJ_GC64/LJ_FR2 mode. The changes are similar to the
differences between the ARM (ARM32) port and the ARM64 port.

--Mike

Other related posts: