Update setparam-ref.c

This commit is contained in:
Martin Kroeker 2020-08-17 22:38:02 +02:00 committed by GitHub
parent e46d761bca
commit 5a0e9e8ded
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -134,7 +134,7 @@ gotoblas_t TABLE_NAME = {
srot_kTS, saxpy_kTS, sscal_kTS, sswap_kTS,
sgemv_nTS, sgemv_tTS, sger_kTS,
ssymv_LTS, ssymv_UTS,
#if X86_64
#ifdef ARCH_X86_64
sgemm_directTS,
sgemm_direct_performantTS,
#else