Browse Source

Convert .align to .p2align for OSX compatibility

tags/v0.3.0
Martin Kroeker GitHub 7 years ago
parent
commit
ea37db828e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kernel/x86_64/dscal.c

+ 1
- 1
kernel/x86_64/dscal.c 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"


Loading…
Cancel
Save