commit | 472a1906d5d37a2a17cbac5e91b5ae74e929b4b6 | [log] [tgz] |
---|---|---|
author | Dave Rodgman <dave.rodgman@arm.com> | Sun Oct 08 22:14:41 2023 +0100 |
committer | Dave Rodgman <dave.rodgman@arm.com> | Wed Oct 25 09:06:24 2023 +0100 |
tree | f0fff65dbd416430c2bcdb2a7ea12b51831b7829 | |
parent | 4b8e8dc04304241e97378a562a2bb6901e086395 [diff] |
fix tabs Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
diff --git a/library/aesce.c b/library/aesce.c index 2b45a9f..3ba6a60 100644 --- a/library/aesce.c +++ b/library/aesce.c
@@ -108,7 +108,7 @@ static inline poly128_t vmull_p64(poly64_t a, poly64_t b) { poly128_t r; - asm ("vmull.p64 %[r], %[a], %[b]": [r] "=w" (r) : [a] "w" (a), [b] "w" (b) :); + asm ("vmull.p64 %[r], %[a], %[b]": [r] "=w" (r) : [a] "w" (a), [b] "w" (b) :); return r; }