linux/arch/s390/include
Heiko Carstens b0b7b43fcc s390/vx: add 64 and 128 bit members to __vector128 struct
Add 64 and 128 bit members to __vector128 struct in order to allow reading
of the complete value, or the higher or lower part of vector register
contents instead of having to use casts.

Add an explicit __aligned(4) statement to avoid that the alignment of the
structure changes from 4 to 8. This should make sure that no breakage
happens because of this change.

Reviewed-by: Alexander Gordeev <agordeev@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
2023-02-09 20:11:23 +01:00
..
asm s390/processor: always inline cpu flag helper functions 2023-02-09 20:11:22 +01:00
uapi/asm s390/vx: add 64 and 128 bit members to __vector128 struct 2023-02-09 20:11:23 +01:00