Function name needs to be CNAME, set from outside to allow suffixing for dynamic_arch

This commit is contained in:
Martin Kroeker
2018-10-04 19:14:59 +02:00
committed by GitHub
parent 45fe8cb0c5
commit b7496c3638

View File

@@ -825,7 +825,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
int __attribute__ ((noinline))
dgemm_kernel(BLASLONG m, BLASLONG n, BLASLONG k, double alpha, double * __restrict__ A, double * __restrict__ B, double * __restrict__ C, BLASLONG ldc)
CNAME(BLASLONG m, BLASLONG n, BLASLONG k, double alpha, double * __restrict__ A, double * __restrict__ B, double * __restrict__ C, BLASLONG ldc)
{
unsigned long M=m, N=n, K=k;