Re: [eigen] Rigid Transformations in eigen: discussion thread |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen@xxxxxxxxxxxxxxxxxxx
- Subject: Re: [eigen] Rigid Transformations in eigen: discussion thread
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Thu, 17 Sep 2009 12:44:18 -0400
- 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=kPotWlPXxpye265FXm3aPOiULTqfFzYvqk5+OdyakI8=; b=pywmHpdEMg53hbLGXDAIdI+zb7KUhL0cqHIg0R0cMxYzThbv0sw8W88hB8f0VvVwie c4kyvEU4t2Os7ijrZluYEh0udP/LMzwCl6CwQlsBM93Zzdtjwl8JktFg/eiLs99nUS56 FFHoCx87Pd+xvkccdNwpDVQ79kapqpmrITvq0=
- 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=XuO3tTJN2Sn8KbTNF32hAmHRhWYkH4ac9LoNm2w9gKVth4CdoZ3pTJ+nuuK2/AqYsA YEUnfukboZcY+1Ig4X2SWYp8GlGGVB4I3gjluCc8UC40gCV/8f5J8T1Ce1GZqQkOYqeF e25OoZx4J36lUwsZAPZLW8Aqglpulgj4O9mD8=
Last email, I promise :)
2009/9/17 Benoit Jacob <jacob.benoit.1@xxxxxxxxx>:
> Also here we're assuming that quaternions and vector8's have the same
> alignment requirements. That's currently always true. It'll be false
> in the future if a platform has 256 bit packets.
Hm, so this is actually the real argument in favor of my original
suggestion (store a vector8 and reinterpret as quats).
Indeed the alignment for vector8's will always be at least as much as
the alignment for quats.
On the other hand, that's a very abstract debate since for now all
simd is 128 bit :)
Benoit