[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.3.0 (work1) now available
- From: David Burgess <dburgess@...>
- Date: Sun, 7 Jul 2013 12:06:00 +1000
> But in small machines, it may
> be worth trying 32-ints with 32-bit floats.
My test SoC has a VFP that is good with double, bad with float. The
VFP double speed is similar to int32. int64 is is slow. I will do some
lite benchmarks and post the results here.
It would also be interesting to test 5.3 on an embedded board with
only soft float.