Convert .align to .p2align for OSX compatibility

This commit is contained in:
Martin Kroeker 2018-02-26 20:48:03 +01:00 committed by GitHub
parent 7c1925acec
commit ea37db828e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -99,7 +99,7 @@ static void dscal_kernel_inc_8(BLASLONG n, FLOAT *alpha, FLOAT *x, BLASLONG inc_
"leaq (%1,%4,4), %2 \n\t"
".align 16 \n\t"
".p2align 4 \n\t"
"1: \n\t"
"movsd (%1) , %%xmm4 \n\t"