ARM64: Add build infrastructure and initial port of interpreter.
This commit is contained in:
@@ -73,7 +73,7 @@ double lj_vm_exp2(double a)
|
||||
}
|
||||
#endif
|
||||
|
||||
#if !(LJ_TARGET_ARM || LJ_TARGET_PPC)
|
||||
#if !(LJ_TARGET_ARM || LJ_TARGET_ARM64 || LJ_TARGET_PPC)
|
||||
int32_t LJ_FASTCALL lj_vm_modi(int32_t a, int32_t b)
|
||||
{
|
||||
uint32_t y, ua, ub;
|
||||
|
||||
Reference in New Issue
Block a user