Re: [eigen] Mapping array of scalars into quaternions |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Mapping array of scalars into quaternions
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Thu, 12 Nov 2009 10:09:25 -0500
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:in-reply-to:references :date:message-id:subject:from:to:content-type; bh=2oh1R8Nj5vOUPl9Sycn/UmABK4XCW9/VjZLh/grVhZs=; b=klmZDnfSu9LThFHVTzJo+ggmUdO9H3YzCmnbt0TahtjK8QyOq79rMtuMH5GysFWLhp e65/A/9FO/1Gbe5H4m9EaXtM4q7uOGD5TkNMQJQS5dE4VoQhv3yAwLShmMWKKMWXoZuI eqhU/SduIThyhOlpjj267f1QUbF+xJhi/KyEQ=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; b=keVhhW0H1cLakGSfyQCUw516MjZpJtHbvE9WfEAe6DEP2OVa4FK6W6ILlhqb7e3xan ws/xE6W363eL6XNDZdkXPbe3V0wiTDmCudI2f2dI0j3gIxsUgzSR2h3PDvxibHD7gHa3 neXibZclqmtFuQR8QbAmxhNKlsCA/tH+0xwk0=
2009/11/12 Mathieu Gautier <mathieu.gautier@xxxxxx>:
>>> Also, it would help to read some rationalizations:
>>> * why the EIGEN_STRONG_INLINE in front of cross product? Did you
>>> benchmark an improvement here?
>>
>> I remove this part, I have to inspect this more closely.
>>
>
> with inline instead of EIGEN_STRONG_INLINE, both vc++ and icc don't inline
> the cross product. If you could just modify this line after importing my
> patch to the repository.
and does inlining the cross product result in a significant
performance improvement?
Benoit
>
> --
> Mathieu Gautier
>
>
>
>