Visible to Intel only — GUID: GUID-35B659D8-180F-484B-91CB-B64CF4BAE336
Visible to Intel only — GUID: GUID-35B659D8-180F-484B-91CB-B64CF4BAE336
mbranches-within-32B-boundaries, Qbranches-within-32B-boundaries
Tells the compiler to align branches and fused branches on 32-byte boundaries for better performance.
Linux: |
-mbranches-within-32B-boundaries -mno-branches-within-32B-boundaries |
Windows: |
/Qbranches-within-32B-boundaries /Qbranches-within-32B-boundaries- |
None
-mno-branches-within-32B-boundaries |
Branches and fused branches are not aligned on 32-byte boundaries. |
This option tells the compiler to align branches and fused branches on 32-byte boundaries for better performance.
When you use this option, it may affect binary utilities usage experience, such as debugability.
This option only applies to host compilation. When offloading is enabled, it does not impact device-specific compilation.
None