diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-01-03 16:31:57 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-01-06 01:46:51 +0100 |
commit | c4f237a98175438e76da64c51cc6fe613f8d767e (patch) | |
tree | 127b2f700030647a06a87d34c6eae14a53e26616 /libavfilter/x86 | |
parent | e9a591d1f01a472dd18058b830207191c701c40f (diff) | |
download | ffmpeg-c4f237a98175438e76da64c51cc6fe613f8d767e.tar.gz |
Revert commit 599b4c6efddaed33b1667c386b34b07729ba732b
Author: Mans Rullgard <mans@mansr.com>
Date: Sun Dec 11 21:41:59 2011 +0000
x86: cabac: replace explicit memory references with "m" operands
This replaces the explicit offset(reg) memory references with
"m" operands for the same locations. As a result, one fewer
register operand is needed for these inline asm statements.
This change appears to have broken compilation on darwin, and subsequent
fixes by martin (which did not fix compilation) removed the register
advantage, thus this change seems not a good idea to keep.
See: http://fate.ffmpeg.org/log.cgi?time=20120103122446&log=compile&slot=i386-darwin-llvm-gcc-4.2.1
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/x86')
0 files changed, 0 insertions, 0 deletions