Function name needs to be CNAME, set from outside to allow suffixing for dynamic_arch
This commit is contained in:
parent
45fe8cb0c5
commit
b7496c3638
|
@ -825,7 +825,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
|
|
||||||
int __attribute__ ((noinline))
|
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;
|
unsigned long M=m, N=n, K=k;
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue