[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Finally a PIC32 with FPU for embedded Lua on MIPS
- From: Roberto Ierusalimschy <roberto@...>
- Date: Fri, 9 Jan 2015 11:31:00 -0200
> 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