[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Trouble with lua_pushnumber()
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Fri, 9 Mar 2007 04:13:08 -0300
> This is tested on Lua 5.1.1 compiled for an ARM Linux system.
From what I've heard here and elsewhere, I gather that there are several
FP options for ARM systems and that ARM systems without an FPU can have
bad FP emulation. See for instance this recent thread in the forum:
http://www.icynorth.com/forums/viewtopic.php?t=1098&start=0
That may be your problem (or not). The ARM experts here will probably know.
--lhf