Don't compile math.modf() anymore.

It's rarely used and properly compiling it would be difficult.
This commit is contained in:
Mike Pall
2020-05-22 03:10:50 +02:00
parent 03208c8162
commit d75e26275b
2 changed files with 1 additions and 17 deletions

View File

@@ -45,7 +45,7 @@ LJLIB_ASM_(math_sinh) LJLIB_REC(math_htrig IRCALL_sinh)
LJLIB_ASM_(math_cosh) LJLIB_REC(math_htrig IRCALL_cosh)
LJLIB_ASM_(math_tanh) LJLIB_REC(math_htrig IRCALL_tanh)
LJLIB_ASM_(math_frexp)
LJLIB_ASM_(math_modf) LJLIB_REC(.)
LJLIB_ASM_(math_modf)
LJLIB_ASM(math_log) LJLIB_REC(math_log)
{