MIPS soft-float, part 1: Add soft-float support to interpreter.
Contributed by Djordje Kovacevic and Stefan Pejic from RT-RK.com. Sponsored by Cisco Systems, Inc.
This commit is contained in:
@@ -50,7 +50,7 @@ LJ_ASMF void lj_vm_exit_handler(void);
|
||||
LJ_ASMF void lj_vm_exit_interp(void);
|
||||
|
||||
/* Internal math helper functions. */
|
||||
#if LJ_TARGET_PPC || LJ_TARGET_ARM64
|
||||
#if LJ_TARGET_PPC || LJ_TARGET_ARM64 || (LJ_TARGET_MIPS && LJ_ABI_SOFTFP)
|
||||
#define lj_vm_floor floor
|
||||
#define lj_vm_ceil ceil
|
||||
#else
|
||||
|
||||
Reference in New Issue
Block a user