[eigen] Map: introduce "AlignedPointer" flag? |
[ Thread Index |
Date Index
| More lists.tuxfamily.org/eigen Archives
]
- To: eigen <eigen@xxxxxxxxxxxxxxxxxxx>
- Subject: [eigen] Map: introduce "AlignedPointer" flag?
- From: Benoit Jacob <jacob.benoit.1@xxxxxxxxx>
- Date: Wed, 21 Oct 2009 10:10:34 -0400
- Dkim-signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=P3x8muy4HVMwEaYSlWMp2+y1ZhZqXSIp1Lr1UUYkqOc=; b=qNbVQU0RmTjEKdtpn1zEYfaXi/ONjxmQHbAhUddtjnQbehtomWBwXX08uFexJ8YhKk vwrZtDdsY5YfERRoNeTGRrBUpOfZ7hRFnLgFLF0XFFpLhmX6aDt+MdgP2eO3HcSeN3MU wthHduIlZIewyL4eTSNP+Lj5gBUSiovM91kdc=
- Domainkey-signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=P5pcJqQqGUiMrLbuaL2NNvV6W3T9mt6tOzQ55ct0oU8spIW3hHTjGz2XQ3kY/vso6N 93S6ayrQ4xEWgpSAu5SZsnbSlrbwiBSTtzOiN+8byr0qg41a6Xb2QdtHpuyM+68fQ1Oh flDd9/PyaLi2Q3ULvYKFFqMovKLzawG64h4Fc=
This is for Gael. Currently in Map, what's the precise meaning of
"ForceAligned" ? Is it:
" If you use packet access, then use aligned packet access " ?
If yes, is it correct to say that at the moment we don't offer any way
to tell that the pointer passed to Map is aligned, and that therefore
we may enable packet access also e.g. for good fixed sizes? I remember
you saying something like "we need a FirstAligned flag", were you
talking about that? What do you think about calling that
AlignedPointer and renaming ForceAligned to ForceAlignedAccess ?
Finally, can you remind me what the use case for ForceAligned is, if
we have AlignedPointer?
If you tell me all that I can try to get that done ;)
Benoit