lua-users home
lua-l archive

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


> 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.