|
It already there, quoting Mike's earlier response: "The ARM port uses the dual-number mode of LuaJIT. All Lua numbers are represented either as integers or doubles internally. This istransparent to the user of the VM. Except for the performance effects, of course: e.g. 'for i=1,1e7 do end' runs much faster than 'for i=1.5,1e7 do end'." Cheers, -- Adam |