PPC: Remove lj_vm_floor/ceil/trunc assembler wrappers.

This commit is contained in:
Mike Pall
2012-06-12 17:26:55 +02:00
parent c2159f8624
commit 0b3d8375f7
2 changed files with 8 additions and 12 deletions

View File

@@ -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