Skip to content

Commit ea37db8

Browse files
authored
Convert .align to .p2align for OSX compatibility
1 parent 7c1925a commit ea37db8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/x86_64/dscal.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ static void dscal_kernel_inc_8(BLASLONG n, FLOAT *alpha, FLOAT *x, BLASLONG inc_
9999

100100
"leaq (%1,%4,4), %2 \n\t"
101101

102-
".align 16 \n\t"
102+
".p2align 4 \n\t"
103103

104104
"1: \n\t"
105105
"movsd (%1) , %%xmm4 \n\t"

0 commit comments

Comments
 (0)