PPC: Remove lj_vm_floor/ceil/trunc assembler wrappers.
This commit is contained in:
@@ -2447,15 +2447,7 @@ static void build_subroutines(BuildCtx *ctx)
|
||||
|//-- Math helper functions ----------------------------------------------
|
||||
|//-----------------------------------------------------------------------
|
||||
|
|
||||
| // NYI: Use internal implementation.
|
||||
|->vm_floor:
|
||||
| b extern floor
|
||||
|->vm_ceil:
|
||||
| b extern ceil
|
||||
|->vm_trunc:
|
||||
|.if JIT
|
||||
| b extern trunc
|
||||
|.endif
|
||||
|// NYI: Use internal implementations of floor, ceil, trunc.
|
||||
|
|
||||
|->vm_modi:
|
||||
| divwo. TMP0, CARG1, CARG2
|
||||
|
||||
Reference in New Issue
Block a user