ffmpeg/libavcodec/sparc
Michael Kostylev 2768f7e4fe 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>
2013-05-17 15:37:03 +02:00
..
Makefile sparc: hpeldsp: Move vis half-pel assembly from dsputil to hpeldsp 2013-04-19 23:29:22 +03:00
dsputil_vis.c sparc: hpeldsp: Move vis half-pel assembly from dsputil to hpeldsp 2013-04-19 23:29:22 +03:00
dsputil_vis.h
hpeldsp_vis.c sparc: hpeldsp: Move vis half-pel assembly from dsputil to hpeldsp 2013-04-19 23:29:22 +03:00
simple_idct_vis.c Remove unnecessary dsputil.h #includes 2013-02-26 00:51:34 +01:00
vis.h sparc: VIS mnemonics 2013-05-17 15:37:03 +02:00