This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
论坛
实训
竞赛
大数据
AI开发
Register
Sign In
OSchip
/
OpenBLAS
Not watched
Unwatch
Watch all
Watch but not notify
1
Star
0
Fork
0
Code
Releases
66
Wiki
evaluate
Activity
Issues
0
Pull Requests
0
Datasets
Model
Cloudbrain
HPC
Browse Source
Convert .align to .p2align for OSX compatibility
tags/v0.3.0
Martin Kroeker
GitHub
7 years ago
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
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
Write
Preview
Loading…
Cancel
Save