Use .p2align instead of .align for compatibility on Sandybridge as well
This commit is contained in:
@@ -49,7 +49,7 @@ if ( n < 1280 )
|
||||
"vxorpd %%ymm6, %%ymm6, %%ymm6 \n\t"
|
||||
"vxorpd %%ymm7, %%ymm7, %%ymm7 \n\t"
|
||||
|
||||
".align 16 \n\t"
|
||||
".p2align 4 \n\t"
|
||||
"1: \n\t"
|
||||
"vmovups (%2,%0,8), %%ymm8 \n\t" // 2 * x
|
||||
"vmovups 32(%2,%0,8), %%ymm9 \n\t" // 2 * x
|
||||
@@ -137,7 +137,7 @@ if ( n < 1280 )
|
||||
"vxorpd %%ymm6, %%ymm6, %%ymm6 \n\t"
|
||||
"vxorpd %%ymm7, %%ymm7, %%ymm7 \n\t"
|
||||
|
||||
".align 16 \n\t"
|
||||
".p2align 4 \n\t"
|
||||
"1: \n\t"
|
||||
"prefetcht0 512(%2,%0,8) \n\t"
|
||||
"vmovups (%2,%0,8), %%ymm8 \n\t" // 2 * x
|
||||
|
||||
Reference in New Issue
Block a user