add sve ztrsm
This commit is contained in:
@@ -157,7 +157,11 @@ int CNAME(BLASLONG m, BLASLONG n, BLASLONG k, FLOAT dummy1,
|
||||
FLOAT *aa, *cc;
|
||||
BLASLONG kk;
|
||||
BLASLONG i, j, jj;
|
||||
#ifdef DOUBLE
|
||||
int sve_size = svcntd();
|
||||
#else
|
||||
int sve_size = svcntw();
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
fprintf(stderr, "TRSM RN KERNEL m = %3ld n = %3ld k = %3ld offset = %3ld\n",
|
||||
|
||||
Reference in New Issue
Block a user