mirror of
https://gitlab.com/libeigen/eigen.git
synced 2025-03-07 18:27:40 +08:00
Mark ALignedBit as deprecated.
This commit is contained in:
parent
ce57dbd937
commit
3602926ed5
@ -140,7 +140,7 @@ const unsigned int LvalueBit = 0x20;
|
|||||||
*/
|
*/
|
||||||
const unsigned int DirectAccessBit = 0x40;
|
const unsigned int DirectAccessBit = 0x40;
|
||||||
|
|
||||||
/* \ingroup flags
|
/** \deprecated \ingroup flags
|
||||||
*
|
*
|
||||||
* means the first coefficient packet is guaranteed to be aligned.
|
* means the first coefficient packet is guaranteed to be aligned.
|
||||||
* An expression cannot has the AlignedBit without the PacketAccessBit flag.
|
* An expression cannot has the AlignedBit without the PacketAccessBit flag.
|
||||||
|
Loading…
Reference in New Issue
Block a user