[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: New LuaJIT benchmark results (was Re: [ANN] LuaJIT-2.0.0-beta3)
- From: Mark Hamburg <mark@...>
- Date: Wed, 10 Mar 2010 08:09:23 -0800
On Mar 10, 2010, at 5:56 AM, Mike Pall wrote:
> The difficulty with ARM is the wide variety of devices out there.
> Some don't have hardware floating-point at all, some have only
> single-precision FP (can't use that) and few have double-precision
> FP support. FPU performance on ARM is another sad story.
Well, for my interest, I could probably count on at least an ARM11 and possibly a Cortex A8 or better. I believe I can count on VFP.
Mark