diff options
Diffstat (limited to 'src/vm_arm.dasc')
-rw-r--r-- | src/vm_arm.dasc | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/src/vm_arm.dasc b/src/vm_arm.dasc index 114416a4..c46d9243 100644 --- a/src/vm_arm.dasc +++ b/src/vm_arm.dasc | |||
@@ -1501,19 +1501,6 @@ static void build_subroutines(BuildCtx *ctx) | |||
1501 | | math_extern2 atan2 | 1501 | | math_extern2 atan2 |
1502 | | math_extern2 fmod | 1502 | | math_extern2 fmod |
1503 | | | 1503 | | |
1504 | |->ff_math_deg: | ||
1505 | |.if FPU | ||
1506 | | .ffunc_d math_rad | ||
1507 | | vldr d1, CFUNC:CARG3->upvalue[0] | ||
1508 | | vmul.f64 d0, d0, d1 | ||
1509 | | b ->fff_resd | ||
1510 | |.else | ||
1511 | | .ffunc_n math_rad | ||
1512 | | ldrd CARG34, CFUNC:CARG3->upvalue[0] | ||
1513 | | bl extern __aeabi_dmul | ||
1514 | | b ->fff_restv | ||
1515 | |.endif | ||
1516 | | | ||
1517 | |.if HFABI | 1504 | |.if HFABI |
1518 | | .ffunc math_ldexp | 1505 | | .ffunc math_ldexp |
1519 | | ldr CARG4, [BASE, #4] | 1506 | | ldr CARG4, [BASE, #4] |