mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-02-08 15:34:09 +00:00
Implement math.floor/math.ceil.
This commit is contained in:
parent
443814b6b3
commit
2e05e7ca67
@ -1611,6 +1611,15 @@ static void build_subroutines(BuildCtx *ctx)
|
|||||||
|
|
|
|
||||||
|.macro math_round, func
|
|.macro math_round, func
|
||||||
| .ffunc math_ .. func
|
| .ffunc math_ .. func
|
||||||
|
| lg RB, 0(BASE)
|
||||||
|
| ld f0, 0(BASE)
|
||||||
|
| checknumx RB, ->fff_resRB, je
|
||||||
|
| jh ->fff_fallback
|
||||||
|
| brasl r14, ->vm_ .. func
|
||||||
|
| cfdbr RB, 0, f0
|
||||||
|
| jo ->fff_resf0
|
||||||
|
| llgfr RB, RB
|
||||||
|
| j ->fff_resi
|
||||||
|.endmacro
|
|.endmacro
|
||||||
|
|
|
|
||||||
| math_round floor
|
| math_round floor
|
||||||
|
Loading…
Reference in New Issue
Block a user