mirror of
https://github.com/LuaJIT/LuaJIT.git
synced 2025-04-20 05:53:26 +00:00
Merge branch 'master' into v2.1
This commit is contained in:
commit
3500c35e23
@ -2152,7 +2152,7 @@ static void build_subroutines(BuildCtx *ctx)
|
||||
| xorps xmm4, xmm4; jmp <1 // Return +-Inf and +-0.
|
||||
|
|
||||
|.ffunc_nnr math_fmod
|
||||
|1: ; fprem; fnstsw ax; sahf; jp <1
|
||||
|1: ; fprem; fnstsw ax; and ax, 0x400; jnz <1
|
||||
| fpop1
|
||||
| jmp ->fff_resn
|
||||
|
|
||||
|
Loading…
Reference in New Issue
Block a user