Re: filling big array of double
- From: "Avatar Zondertau" <avatarzt@xxxxxxxxx (please reply to newsgroup)>
- Date: 31 May 2005 10:17:44 -0700
> Test result on P4 2.8 GHz HT:
> - Pascal: 1469 ms
> - Aleksandr's last IA32: 1468 ms
> - Eric's FPU: 4282 ms
>
> The version using FPU is nearly 3 times slower...
I tried the MMX version now, which is pretty fast for me (three runs):
891
832
862
Aleksandr's IA32 function performs rather poorly for me:
1542
1552
1552
This is worse than Eric's ASM FPU version and his own MMX version.
I think FPU and MMX may be improvable by making sure memory is written
with 8-byte alignment. This may make them even faster.
.
- References:
- filling big array of double
- From: Henri Gourvest
- Re: filling big array of double
- From: Eric Grange
- Re: filling big array of double
- From: Henri Gourvest
- Re: filling big array of double
- From: Eric Grange
- Re: filling big array of double
- From: Henri Gourvest
- Re: filling big array of double
- From: Eric Grange
- Re: filling big array of double
- From: Avatar Zondertau
- Re: filling big array of double
- From: Robert Houdart
- filling big array of double
- Prev by Date: Re: Fastcode UpperCase B&V 3.0
- Next by Date: Re: Fastcode MM B&V 0.41
- Previous by thread: Re: filling big array of double
- Next by thread: Re: filling big array of double
- Index(es):
Relevant Pages
|