We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97a61d0 commit e98e3c4Copy full SHA for e98e3c4
test/compare_sgemm_sbgemm.c
@@ -49,7 +49,7 @@ typedef union
49
typedef union
50
{
51
float v;
52
- struct
+ struct __attribute__((packed))
53
54
#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
55
uint32_t s:1;
0 commit comments