summaryrefslogtreecommitdiff
path: root/libavutil/ppc/util_altivec.h
Commit message (Collapse)AuthorAge
* avutil/ppc/util_altivec: add () to VEC_SPLAT16 macroMichael Niedermayer2014-11-29
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libavutil/ppc/util_altivec.h : fix load_with_perm_vec() add marcos ↵Rong Yan2014-11-27
| | | | | | vcswapi2s() vcswapc() VEC_SPLAT16() VEC_SLD16() for POWER LE Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avutil/ppc/util_altivec: add () to VEC_LD macro argumentsMichael Niedermayer2014-11-07
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* avutil/ppc/util_altivec: make src pointers const, fix warningsMichael Niedermayer2014-11-07
| | | | Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* libavutil/ppc/util_altivec.h : fix unaligned_load() vec_unaligned_load() add ↵Rong Yan2014-11-07
| | | | | | macros VEC_LD() VEC_MERGEH() VEC_MERGEL() VEC_ST() for POWER LE Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
* Merge commit 'b5aa48551300eed678aaea86ced7086758598a35'Michael Niedermayer2014-05-28
|\ | | | | | | | | | | | | * commit 'b5aa48551300eed678aaea86ced7086758598a35': ppc: Move vec_unaligned_load macro to util_altivec Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ppc: Move vec_unaligned_load macro to util_altivecDiego Biurrun2014-05-28
| | | | | | | | This allows reusing it from multiple files.
* | Merge commit '593886b5dd2b583657aa3fd80bb173f702c9710d'Michael Niedermayer2014-05-28
|\| | | | | | | | | | | | | * commit '593886b5dd2b583657aa3fd80bb173f702c9710d': ppc: util_altivec: Drop unused macros Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ppc: util_altivec: Drop unused macrosDiego Biurrun2014-05-28
| |
* | Merge commit 'f5eecee865a731d2412fde2f73c29f8f8115c499'Michael Niedermayer2013-05-01
|\| | | | | | | | | | | | | * commit 'f5eecee865a731d2412fde2f73c29f8f8115c499': ppc: util_altivec: Surround AltiVec-related code by appropriate ifdefs Merged-by: Michael Niedermayer <michaelni@gmx.at>
| * ppc: util_altivec: Surround AltiVec-related code by appropriate ifdefsDiego Biurrun2013-04-30
| | | | | | | | This prevents non-AltiVec-enabled compilers from choking.
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-08
|/ | | | | | | | | | | | * qatar/master: float_dsp: ppc: add a separate header for Altivec function prototypes ARM: fix float_dsp breakage from d5a7229 Add a float DSP framework to libavutil PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutil ARM: Move asm.S from libavcodec to libavutil vc1dsp: mark put/avg_vc1_mspel_mc() always_inline Merged-by: Michael Niedermayer <michaelni@gmx.at>
* PPC: Move types_altivec.h and util_altivec.h from libavcodec to libavutilJustin Ruggles2012-06-08
This will allow for easier implementation of Altivec functions in libraries other than libavcodec.