Fast multidimensional Arrays
Stefan Koch via Digitalmars-d-learn
digitalmars-d-learn at puremagic.com
Mon Aug 29 07:21:43 PDT 2016
On Monday, 29 August 2016 at 09:53:12 UTC, Steinhagelvoll wrote:
> Hello,
>
> I'm trying to find a fast way to use multi dimensional arrays.
> For this I implemented a matrix multiplication and compared the
> times for different ways. As a reference I used a Fortran90
> implementation.
>
> [...]
Any chance you can post the generated asm ?
I have a suspicion:
you are not passing your cpu arch to ldc,
thus probably it generated i486 code.
More information about the Digitalmars-d-learn
mailing list