Use .p2align instead of .align for compatibility on Sandybridge as well

This commit is contained in:
Martin Kroeker
2018-02-24 19:43:15 +01:00
committed by GitHub
parent 2359c7c1a9
commit 7c1925acec
18 changed files with 32 additions and 32 deletions

View File

@@ -50,7 +50,7 @@ static void saxpy_kernel_16( BLASLONG n, FLOAT *x, FLOAT *y, FLOAT *alpha)
"subq $32, %1 \n\t"
"jz 2f \n\t"
".align 16 \n\t"
".p2align 4 \n\t"
"1: \n\t"
"vmulps %%ymm4, %%ymm0, %%ymm4 \n\t"