fixed strict aliasing issues in xma.c

This commit is contained in:
2025-07-14 22:54:34 +09:00
parent febcaa8708
commit e42d3317b7
4 changed files with 247 additions and 102 deletions

View File

@ -86,8 +86,9 @@ typedef struct hawk_xma_t hawk_xma_t;
*/
typedef struct hawk_xma_fblk_t hawk_xma_fblk_t;
typedef struct hawk_xma_mblk_t hawk_xma_mblk_t;
typedef union hawk_xma_blk_t hawk_xma_blk_t;
#define HAWK_XMA_FIXED 32
#define HAWK_XMA_FIXED (32)
#define HAWK_XMA_SIZE_BITS ((HAWK_SIZEOF_OOW_T*8)-1)
struct hawk_xma_t