[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: LuaJIT2 performance for number crunching
- From: Javier Guerra Giraldez <javier@...>
- Date: Tue, 15 Feb 2011 07:46:28 -0500
On Tue, Feb 15, 2011 at 4:25 AM, steve donovan
<steve.j.donovan@gmail.com> wrote:
> $(AL 's.y') = $(VL 'v_')
>
> which expands to
>
> s.y[0],s.y[1] = v_0,y_1
wouldn't that be :
s.y[0],s.y[1] = v_0,v_1
?
--
Javier
- References:
- LuaJIT2 performance for number crunching, Francesco Abbate
- Re: LuaJIT2 performance for number crunching, Mike Pall
- Re: LuaJIT2 performance for number crunching, Francesco Abbate
- Re: LuaJIT2 performance for number crunching, Mike Pall
- Re: LuaJIT2 performance for number crunching, Francesco Abbate
- Re: LuaJIT2 performance for number crunching, Florian Weimer
- Re: LuaJIT2 performance for number crunching, Francesco Abbate
- Re: LuaJIT2 performance for number crunching, Leo Razoumov
- Re: LuaJIT2 performance for number crunching, Francesco Abbate
- Re: LuaJIT2 performance for number crunching, Leo Razoumov
- Re: LuaJIT2 performance for number crunching, Francesco Abbate
- Re: LuaJIT2 performance for number crunching, steve donovan
- Re: LuaJIT2 performance for number crunching, Michal Kottman
- Re: LuaJIT2 performance for number crunching, steve donovan