Remove pow() splitting and cleanup backends.
This commit is contained in:
@@ -92,11 +92,6 @@ LJ_ASMF double lj_vm_trunc(double);
|
||||
LJ_ASMF double lj_vm_trunc_sf(double);
|
||||
#endif
|
||||
#endif
|
||||
#ifdef LUAJIT_NO_EXP2
|
||||
LJ_ASMF double lj_vm_exp2(double);
|
||||
#else
|
||||
#define lj_vm_exp2 exp2
|
||||
#endif
|
||||
#if LJ_HASFFI
|
||||
LJ_ASMF int lj_vm_errno(void);
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user