diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2013-03-12 07:28:11 -0700 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2013-03-12 19:56:58 +0100 |
commit | 6a701306db167a70b29a9a5aed3aaf7d8c369716 (patch) | |
tree | 5f3b8703eb13bb676d51ec7c2edcb846af590b91 /libavutil/x86/asm.h | |
parent | b1a9a2c4ffb87004ef5947d64bbfb34544793278 (diff) | |
download | ffmpeg-6a701306db167a70b29a9a5aed3aaf7d8c369716.tar.gz |
dsputil: make selectable.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
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" |