[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: int64 support in 64bit architecture
- From: steve donovan <steve.j.donovan@...>
- Date: Thu, 12 Apr 2012 08:43:35 +0200
On Wed, Apr 11, 2012 at 8:37 PM, Eric Wing <ewmailing@gmail.com> wrote:
> On a related note, anybody know if there is LNUM patch for Lua 5.2?
Not that I know of, definitely a job for a long rainy weekend, if you're Asko ;)
LuaJIT uses a dual-number representation on ARM, so that you are not
slowed down by the soft floating point.
steve d.