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
Fixed
#238
bug in lsame on x86.
tags/v0.2.7
Zhang Xianyi
12 years ago
parent
fb298b34ae
commit
fa916a0fac
1 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+2
-2
kernel/x86/lsame.S
+ 2
- 2
kernel/x86/lsame.S
View File
@@ -74,11 +74,11 @@
#else
movl %eax, %ecx
subl $32, %ecx
cmovg %ecx, %eax
cmovg
e
%ecx, %eax
movl %edx, %ecx
subl $32, %ecx
cmovg %ecx, %edx
cmovg
e
%ecx, %edx
subl %eax, %edx
movl $0, %eax
Write
Preview
Loading…
Cancel
Save