This website works better with JavaScript.
Home
Issues
Pull Requests
Milestones
AI流水线
Repositories
Datasets
Forum
实训
竞赛
大数据
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
disable da=0 shortcut to handle NAN and INF correctly
tags/v0.3.28^2
Martin Kroeker
GitHub
1 year ago
parent
c7cacd9b38
commit
6ffaf99817
No known key found for this signature in database
GPG Key ID:
B5690EEEBB952194
1 changed files
with
3 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-2
kernel/x86/scal.S
+ 3
- 2
kernel/x86/scal.S
View File
@@ -71,8 +71,9 @@
je .L300 # Alpha != ZERO
/* Alpha == ZERO */
cmpl $1,%esi
jne .L104
// cmpl $1,%esi
// jne .L104
jmp .L104
movl %edx, %ecx # ecx = n
sarl $3, %ecx # (n >> 3)
Write
Preview
Loading…
Cancel
Save