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,10 +1,16 @@
.file "cdot.c"
#define ASSEMBLER
#include "common.h"
/*
.file "cdot.c"
.abiversion 2
.section ".text"
.align 2
.p2align 4,,15
.globl cdot_k
.type cdot_k, @function
*/
PROLOGUE
cdot_k:
.LCF0:
0: addis 2,12,.TOC.-.LCF0@ha