Fix prologue of power9 assembly cdot(c) kernel to provide cdotc
This commit is contained in:
parent
7f58f3ad0e
commit
596a22325a
|
@ -1,10 +1,16 @@
|
||||||
.file "cdot.c"
|
#define ASSEMBLER
|
||||||
|
#include "common.h"
|
||||||
|
/*
|
||||||
|
.file "cdot.c"
|
||||||
.abiversion 2
|
.abiversion 2
|
||||||
.section ".text"
|
.section ".text"
|
||||||
.align 2
|
.align 2
|
||||||
.p2align 4,,15
|
.p2align 4,,15
|
||||||
.globl cdot_k
|
.globl cdot_k
|
||||||
.type cdot_k, @function
|
.type cdot_k, @function
|
||||||
|
*/
|
||||||
|
PROLOGUE
|
||||||
|
|
||||||
cdot_k:
|
cdot_k:
|
||||||
.LCF0:
|
.LCF0:
|
||||||
0: addis 2,12,.TOC.-.LCF0@ha
|
0: addis 2,12,.TOC.-.LCF0@ha
|
||||||
|
|
Loading…
Reference in New Issue