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 bf3183d commit 97a61d0Copy full SHA for 97a61d0
test/compare_sgemm_sbgemm.c
@@ -32,7 +32,7 @@ USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
32
typedef union
33
{
34
unsigned short v;
35
- struct
+ struct __attribute__((packed))
36
37
#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
38
unsigned short s:1;
0 commit comments