Browse Source

Fix float32_bits union so that it always the sizeof float.

tags/v0.3.25^2
Chip-Kerchner 2 years ago
parent
commit
e98e3c4783
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/compare_sgemm_sbgemm.c

+ 1
- 1
test/compare_sgemm_sbgemm.c View File

@@ -49,7 +49,7 @@ typedef union
typedef union
{
float v;
struct
struct __attribute__((packed))
{
#if __BYTE_ORDER__ == __ORDER_BIG_ENDIAN__
uint32_t s:1;


Loading…
Cancel
Save