lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


> The new Cortex-M7 from ARM supports double precision FPU as an
> implementation option too:
> 
> http://www.bdti.com/InsideDSP/2014/09/25/ARM

Well, one of the key points of Lua 5.3 is that you should not need a
double precision FPU to run it (both because it uses less floating
point and because it is viable to use single-precision floats :-)

-- Roberto