Fix prologue of power9 assembly cdot(c) kernel to provide cdotc

This commit is contained in:
Martin Kroeker 2019-09-27 00:47:18 +02:00 committed by GitHub
parent 7f58f3ad0e
commit 596a22325a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,6 @@
#define ASSEMBLER
#include "common.h"
/*
.file "cdot.c" .file "cdot.c"
.abiversion 2 .abiversion 2
.section ".text" .section ".text"
@ -5,6 +8,9 @@
.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