|
Patrick Rapin wrote: > A little question to be sure: Lua supports defining lua_Number as > integers, but LuaJIT doesn't (or does it)? LuaJIT has dual-number ports (transparent integer/double mix) and soft-float ports, e.g. the current ARM port. But the MIPS port will be a single-number, hard-float port. --Mike