Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Pragma directive that specifies packing alignment for matrices.
#pragma pack_matrix( alignment ) |
---|
Parameters
Item | Description | ||||||
---|---|---|---|---|---|---|---|
alignment |
Alignment to set for matrices. This parameter can take one of the values listed in the following table.
|
Examples
The following example sets the matrix packing alignment to row major.
#pragma pack_matrix( row_major )