diff options
Diffstat (limited to 'libavutil/x86/asm.h')
-rw-r--r-- | libavutil/x86/asm.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/x86/asm.h b/libavutil/x86/asm.h index d2e76db6f8..70ccac7885 100644 --- a/libavutil/x86/asm.h +++ b/libavutil/x86/asm.h @@ -24,6 +24,8 @@ #include <stdint.h> #include "config.h" +typedef struct xmm_reg { uint64_t a, b; } xmm_reg; + #if ARCH_X86_64 # define OPSIZE "q" # define REG_a "rax" |