THUNDERX2T99: Bug Fixes in D/Z NRM2 and ZGEMM

This commit is contained in:
Ashwin Sekhar T K
2017-02-28 01:11:38 -08:00
parent 19ba133383
commit 67473d09dd
2 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -301,7 +301,7 @@ static void nrm2_compute(BLASLONG n, FLOAT *x, BLASLONG inc_x,
: "cc",
"memory",
"x0", "x1", "x2", "x3", "x4", "x5",
"d0", "d1", "d2", "d3", "d4", "d5", "d6", "d7"
"d0", "d1", "d2", "d3", "d4", "d5", "d6", "d7", "d8"
);
}