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
Fix accidental duplication of jump instruction
tags/v0.3.8^2
Martin Kroeker
GitHub
6 years ago
parent
d2093a40d3
commit
3a2df19db6
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
1 changed files
with
0 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
kernel/arm64/nrm2.S
+ 0
- 1
kernel/arm64/nrm2.S
View File
@@ -55,7 +55,6 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
ldr s4, [X], #4
ldr s4, [X], #4
fcmp s4, REGZERO
fcmp s4, REGZERO
beq 2f /* KERNEL_F1_NEXT_\@ */
beq 2f /* KERNEL_F1_NEXT_\@ */
beq 2f
fabs s4, s4
fabs s4, s4
fcmp SCALE, s4
fcmp SCALE, s4
bge 1f /* KERNEL_F1_SCALE_GE_X_\@ */
bge 1f /* KERNEL_F1_SCALE_GE_X_\@ */
Write
Preview
Loading…
Cancel
Save