summaryrefslogtreecommitdiff
path: root/avconv_filter.c
diff options
context:
space:
mode:
authorMichael Kostylev <michael.kostylev@gmail.com>2013-05-16 09:29:46 -0400
committerDiego Biurrun <diego@biurrun.de>2013-05-17 15:37:03 +0200
commit2768f7e4fef56f2d48b4593b78e953098d456582 (patch)
treed4f3fd31881ed0caaff8114a5d808a05dcbc25ed /avconv_filter.c
parent259af1b92370b32f6d0b9a6de314db4b44c2481d (diff)
sparc: VIS mnemonics
Currently, if VIS is enabled by configure, it will also be enabled at run-time regardless of its support in the hardware. Thus, masking VIS usage as it is done in vis.h by constructing binary instructions is pointless. Using normal VIS mnemonics in inline assembly allows to take advantage of automatic register allocation, gets rid of register variables, which are unsupported by suncc for SPARC, and improves code readability. Signed-off-by: Diego Biurrun <diego@biurrun.de>
Diffstat (limited to 'avconv_filter.c')
0 files changed, 0 insertions, 0 deletions