diff options
author | Ronald S. Bultje <rsbultje@gmail.com> | 2013-01-15 17:00:41 -0800 |
---|---|---|
committer | Ronald S. Bultje <rsbultje@gmail.com> | 2013-01-22 18:02:24 -0800 |
commit | 2e4bb99f4df7052b3e147ee898fcb4013a34d904 (patch) | |
tree | e4747b0767cf4b707fcf8730fd20da42f98310e7 /libavcodec/x86/dsputil_mmx.h | |
parent | 0ee8293a77a6afad161e91ce1d43c4a57ce33a6a (diff) | |
download | ffmpeg-2e4bb99f4df7052b3e147ee898fcb4013a34d904.tar.gz |
vorbisdsp: convert x86 simd functions from inline asm to yasm.
Diffstat (limited to 'libavcodec/x86/dsputil_mmx.h')
-rw-r--r-- | libavcodec/x86/dsputil_mmx.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libavcodec/x86/dsputil_mmx.h b/libavcodec/x86/dsputil_mmx.h index a142406a6e..49688dc665 100644 --- a/libavcodec/x86/dsputil_mmx.h +++ b/libavcodec/x86/dsputil_mmx.h @@ -31,8 +31,6 @@ typedef struct xmm_reg { uint64_t a, b; } xmm_reg; extern const uint64_t ff_bone; extern const uint64_t ff_wtwo; -extern const uint64_t ff_pdw_80000000[2]; - extern const xmm_reg ff_pw_3; extern const xmm_reg ff_pw_4; extern const xmm_reg ff_pw_5; |