Merge pull request #3270 from ggouaillardet/topic/dznrm2_tx2

arm64: add the missing d9 register to the clobber list
This commit is contained in:
Martin Kroeker 2021-06-14 13:00:33 +02:00 committed by GitHub
commit 29417adf4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -321,7 +321,7 @@ static void nrm2_compute(BLASLONG n, FLOAT *x, BLASLONG inc_x,
: "cc", : "cc",
"memory", "memory",
"x0", "x1", "x2", "x3", "x4", "x5", "x6", "x0", "x1", "x2", "x3", "x4", "x5", "x6",
"d0", "d1", "d2", "d3", "d4", "d5", "d6", "d7", "d8" "d0", "d1", "d2", "d3", "d4", "d5", "d6", "d7", "d8", REGINF
); );
} }