Re: [eigen] vectorization of complex |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] vectorization of complex
- From: Gael Guennebaud <gael.guennebaud@xxxxxxxxx>
- Date: Wed, 7 Jul 2010 18:42:42 +0200
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:mime-version:received:in-reply-to :references:from:date:message-id:subject:to:content-type; bh=HmHdeCudQpqFexQ8dCZbhmDKYK2IfdRxVrAa1KSZsRo=; b=wo1DaZgqQUkARc2ZoVzkRIVpHtlIeInWbbAP4tdPoQpH3jTd16AB5J1ljStJsbTEOF JGew98R2LVYfcxurLaU0+d8yrYyXFMzl+E/qK3afEwgXkJ4QOQaDPqg2dHvV6hzOzHSO ElFAWqcGqeks4hlloQFagffm1G9iOfNPfl6x8=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; b=nX11nnBOqB344eIPS1GAO8ZtNUJPx4qW555v8fyz/siOp6jRyb8Bvg4pRaAXkrapAN zpn2w5+vHt4cRItACm6oKzqqKQ++hnYtYYnhz6zXsv342+pg2zqve670zO8D+FfzSLUw tYU6yeRX5wovh2njyOO8oj+k1Jl2IrGBbPOLk=
On Wed, Jul 7, 2010 at 6:02 PM, Gael Guennebaud
<gael.guennebaud@xxxxxxxxx> wrote:
> Still about matrix products, higher performance could be achieved by
> explicitly writing the code to perform multiple multiplications.
> Indeed, each factor is used twice, and some intermediate results
> (shuffling) could be reused.... Maybe the compiler does that for us, I
> did not check, but I doubt that!
nevermind, the shuffles are well factorized by gcc
gael