diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2013-03-12 07:28:11 -0700 |
---|---|---|
committer | Martin Storsjö <martin@martin.st> | 2013-04-10 11:04:05 +0300 |
commit | b93b27edb0455287f49182fbf11b68e575f59225 (patch) | |
tree | 2b28d3f9edeb10c7de0e0dc33bc780182306a945 /libavutil/x86 | |
parent | 85deb51a01f1ecc5ac5faa52ad8ea141c384e23a (diff) | |
download | ffmpeg-b93b27edb0455287f49182fbf11b68e575f59225.tar.gz |
dsputil: Make dsputil selectable
Signed-off-by: Martin Storsjö <martin@martin.st>
Diffstat (limited to 'libavutil/x86')
-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 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" |