Skip to content

Commit 77728ef

Browse files
authored
Merge pull request #13281 from devreal/fix-s390x-opal-atomic-int128t-align
Force alignment of opal_atomic_int128_t to be 16B
2 parents 3b92bb1 + d5c84ea commit 77728ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

opal/include/opal_stdatomic.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ typedef _Atomic opal_int128_t opal_atomic_int128_t;
7272

7373
# else
7474

75-
typedef volatile opal_int128_t opal_atomic_int128_t;
75+
typedef volatile opal_int128_t opal_atomic_int128_t __opal_attribute_aligned__(16);
7676

7777
# endif
7878

0 commit comments

Comments
 (0)