X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=c_auto.h;h=6beed149dddab24d6fcce8c14ea2de57cfbe2f7b;hb=90307a9956dbf575e7c48bb00ad14d3bb68b88f3;hp=b316cacb2e636fb91468592e2ba3d48f96d85478;hpb=3b2f404448242e0f9c344a740b1307f464477849;p=ia32rtools.git diff --git a/c_auto.h b/c_auto.h index b316cac..6beed14 100644 --- a/c_auto.h +++ b/c_auto.h @@ -10,6 +10,13 @@ #define s16 int16_t #define s32 int32_t #define s64 int64_t +typedef struct { + u64 q; + u32 d[2]; + u16 w[4]; + u8 b[8]; +} mmxr; + #define bool int #define _BYTE BYTE #define _WORD WORD