X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=c_auto.h;h=6beed149dddab24d6fcce8c14ea2de57cfbe2f7b;hb=315b77eb1daa01b075f6a08fc88a782f89d88dff;hp=b316cacb2e636fb91468592e2ba3d48f96d85478;hpb=b74c31e30301a2e5c03e2947a5017af28bf94e65;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