From ea37db828e51810b8f33e3d754334a95b5bad696 Mon Sep 17 00:00:00 2001 From: Martin Kroeker Date: Mon, 26 Feb 2018 20:48:03 +0100 Subject: [PATCH] Convert .align to .p2align for OSX compatibility --- kernel/x86_64/dscal.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/x86_64/dscal.c b/kernel/x86_64/dscal.c index 78ad52179..428558617 100644 --- a/kernel/x86_64/dscal.c +++ b/kernel/x86_64/dscal.c @@ -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"