Specifies alignment for structures on byte boundaries.
Windows: Code Generation > Struct Member Alignment
Linux: Data > Structure Member Alignment
Mac OS X: Data > Structure Member Alignment
IA-32, Intel® 64 architectures
Linux and Mac OS X: | -Zp[n] |
Windows: | /Zp[n] |
n |
Is the byte size boundary. Possible values are 1, 2, 4, 8, or 16. |
Zp16 |
Structures are aligned on either size boundary 16 or the boundary that will naturally align them. |
This option specifies alignment for structures on byte boundaries.
If you do not specify n, you get Zp16.
None
Copyright © 1996-2011, Intel Corporation. All rights reserved.