add ARMV8SVE target

This commit is contained in:
Bine Brank
2021-11-01 22:53:21 +01:00
parent a8fbdbac34
commit 7093372e32
5 changed files with 234 additions and 1 deletions
-1
View File
@@ -46,7 +46,6 @@ int CNAME(BLASLONG m, BLASLONG n, IFLOAT *a, BLASLONG lda, IFLOAT *b){
BLASLONG j;
IFLOAT *aoffset, *aoffset1, *boffset;
svint64_t lda_vec = svindex_s64(0LL, lda);
uint64_t sve_size = svcntd();
aoffset = a;