lua-users home
lua-l archive

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


On Wed, Oct 28, 2009 at 4:01 AM, pan shizhu <pan.shizhu@gmail.com> wrote:
> Generally, I compile lua with floating point only for x86 cpus which
> have SSE support. for ARM and MIPS cpus it is better to use integer as
> numbers.

And with the LNUM patch you can have both ...