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
Refs
#86
. Test alpha=Nan in x86/x86_64 dscale.
tags/v0.1.1
Xianyi Zhang
13 years ago
parent
fad089ffff
commit
03b0eb19f7
2 changed files
with
4 additions
and
2 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-1
kernel/x86/scal_sse2.S
+2
-1
kernel/x86_64/scal_sse2.S
+ 2
- 1
kernel/x86/scal_sse2.S
View File
@@ -76,7 +76,8 @@
xorps %xmm1, %xmm1
xorps %xmm1, %xmm1
comisd %xmm0, %xmm1
comisd %xmm0, %xmm1
jne .L100 # Alpha != ZERO
jne .L100 # Alpha != ZERO
jp .L100 # For Alpha = NaN
/* Alpha == ZERO */
/* Alpha == ZERO */
cmpl $SIZE, INCX
cmpl $SIZE, INCX
jne .L50
jne .L50
+ 2
- 1
kernel/x86_64/scal_sse2.S
View File
@@ -74,7 +74,8 @@
xorps %xmm1, %xmm1
xorps %xmm1, %xmm1
comisd %xmm0, %xmm1
comisd %xmm0, %xmm1
jne .L100 # Alpha != ZERO
jne .L100 # Alpha != ZERO
jp .L100 # For Alpha = NaN
/* Alpha == ZERO */
/* Alpha == ZERO */
cmpq $SIZE, INCX
cmpq $SIZE, INCX
jne .L50
jne .L50
Write
Preview
Loading…
Cancel
Save