summaryrefslogtreecommitdiff
path: root/libavutil/x86/asm.h
diff options
context:
space:
mode:
authorRonald S. Bultje <rsbultje@gmail.com>2013-03-12 07:28:11 -0700
committerMichael Niedermayer <michaelni@gmx.at>2013-03-12 19:56:58 +0100
commit6a701306db167a70b29a9a5aed3aaf7d8c369716 (patch)
tree5f3b8703eb13bb676d51ec7c2edcb846af590b91 /libavutil/x86/asm.h
parentb1a9a2c4ffb87004ef5947d64bbfb34544793278 (diff)
dsputil: make selectable.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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 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"