mirror of
https://github.com/cuberite/polarssl.git
synced 2025-10-04 02:52:38 -04:00
Code style
Signed-off-by: Dave Rodgman <dave.rodgman@arm.com>
This commit is contained in:
parent
2c25bdb7cf
commit
f4ee5d4c94
@ -104,7 +104,7 @@ typedef uint8x16_t poly128_t;
|
|||||||
static inline poly128_t vmull_p64(poly64_t a, poly64_t b)
|
static inline poly128_t vmull_p64(poly64_t a, poly64_t b)
|
||||||
{
|
{
|
||||||
poly128_t r;
|
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;
|
return r;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user