|
@@ -94,7 +94,7 @@ L(1): leaq -4(%rdx), %rax /* prepare loop */
|
|
/* but it will also align entire function to 16 bytes, */
|
|
/* but it will also align entire function to 16 bytes, */
|
|
/* potentially creating largish padding at link time. */
|
|
/* potentially creating largish padding at link time. */
|
|
/* We are aligning to 8 bytes instead: */
|
|
/* We are aligning to 8 bytes instead: */
|
|
- .p2align 3,,8
|
|
+ .p2align 3,,7
|
|
|
|
|
|
L(3): addq $4, %rax /* adjust pointer for full loop round */
|
|
L(3): addq $4, %rax /* adjust pointer for full loop round */
|
|
|
|
|