summaryrefslogtreecommitdiff
path: root/libavutil/x86/asm.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavutil/x86/asm.h')
-rw-r--r--libavutil/x86/asm.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/x86/asm.h b/libavutil/x86/asm.h
index a43ab3c074..e30f5dbaf7 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"