]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
When the LUA floating point model is INT64, we don't need to do the
authorWarner Losh <imp@FreeBSD.org>
Tue, 14 Aug 2018 18:45:20 +0000 (18:45 +0000)
committerWarner Losh <imp@FreeBSD.org>
Tue, 14 Aug 2018 18:45:20 +0000 (18:45 +0000)
commit243ff7d88b50282b7da108c6a2a74e18c9ddfe64
treeda10d452ac108721685a892b602e5dd2aba1155c
parent07d397d74651435ff6f4d474876589e85967350e
When the LUA floating point model is INT64, we don't need to do the
overflow dance. This avoids compile errors on latter-day gcc compilers
as well as simplifies the generated code.

Reviewed by: kevans@
contrib/lua/src/lvm.c