HomeFreeBSD

When the LUA_FLOAT_TYPE != LUA_FLOAT_INT64, we can't reference float

Description

When the LUA_FLOAT_TYPE != LUA_FLOAT_INT64, we can't reference float
or double so ifdef that code out when the numbers aren't float at all.

There's still references in the lmathlib.c, but we don't compile that
for the loader yet.

Differential Revision: https://reviews.freebsd.org/D14472