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
Use PROLOGUE macro to ensure correct function name for DYNAMIC_ARCH
pull/2263/head
Martin Kroeker
GitHub
6 years ago
parent
ba9c0ab673
commit
9f8da7e5ef
No known key found for this signature in database
GPG Key ID:
4AEE18F83AFDEB23
4 changed files
with
29 additions
and
4 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+7
-1
kernel/power/icamax_power8.S
+7
-1
kernel/power/icamin_power8.S
+8
-1
kernel/power/isamax_power8.S
+7
-1
kernel/power/isamin_power8.S
+ 7
- 1
kernel/power/icamax_power8.S
View File
@@ -1,10 +1,16 @@
.file "icamax.c"
/*
.file "icamax.c"
.abiversion 2
.section ".text"
.align 2
.p2align 4,,15
.globl icamax_k
.type icamax_k, @function
*/
#define ASSEMBLER
#include "common.h"
PROLOGUE
icamax_k:
.LCF0:
0: addis 2,12,.TOC.-.LCF0@ha
+ 7
- 1
kernel/power/icamin_power8.S
View File
@@ -1,10 +1,16 @@
.file "icamin.c"
/*
.file "icamin.c"
.abiversion 2
.section ".text"
.align 2
.p2align 4,,15
.globl icamin_k
.type icamin_k, @function
*/
#define ASSEMBLER
#include "common.h"
PROLOGUE
icamin_k:
.LCF0:
0: addis 2,12,.TOC.-.LCF0@ha
+ 8
- 1
kernel/power/isamax_power8.S
View File
@@ -1,10 +1,17 @@
.file "isamax.c"
/*
.file "isamax.c"
.abiversion 2
.section ".text"
.align 2
.p2align 4,,15
.globl isamax_k
.type isamax_k, @function
*/
#define ASSEMBLER
#include "common.h"
PROLOGUE
isamax_k:
.LCF0:
0: addis 2,12,.TOC.-.LCF0@ha
+ 7
- 1
kernel/power/isamin_power8.S
View File
@@ -1,10 +1,16 @@
.file "isamin.c"
/*
.file "isamin.c"
.abiversion 2
.section ".text"
.align 2
.p2align 4,,15
.globl isamin_k
.type isamin_k, @function
*/
#define ASSEMBLER
#include "common.h"
PROLOGUE
isamin_k:
.LCF0:
0: addis 2,12,.TOC.-.LCF0@ha
Write
Preview
Loading…
Cancel
Save