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