summaryrefslogtreecommitdiff
path: root/libavcodec/ppc/check_altivec.c
Commit message (Expand)AuthorAge
* Move mm_support() from libavcodec to libavutil, make it a publicStefano Sabatini2010-09-08
* Merge has_altivec() function into mm_support(), remove it and useStefano Sabatini2010-09-08
* Fix grammar errors in documentationMåns Rullgård2010-06-30
* Remove explicit filename from Doxygen @file commands.Diego Biurrun2010-04-20
* Move the local includes below the system includesMartin Storsjö2010-03-08
* PPC: move prototypes to headers and make some functions staticMåns Rullgård2010-03-06
* Add necessary header for CONFIG_RUNTIME_CPUDETECT preprocessor definition.Diego Biurrun2009-05-09
* configure: Add --enable-runtime-cpudetectRamiro Polla2009-04-08
* Use full internal pathname in doxygen @file directives.Diego Biurrun2009-02-01
* Use '#if defined()' for OS-specific preprocessor checks.Diego Biurrun2009-01-30
* Convert asm keyword into __asm__.Diego Pettenò2008-10-16
* spelling cosmeticsDiego Biurrun2008-09-22
* AltiVec detection support for OpenBSD, patch by Brad, brad comstyle com.Brad2008-09-22
* Fix compilation on Mac OS X 10.4: Defining _POSIX_C_SOURCE hides the u_char &David Conrad2008-09-13
* Remove unnecessary parentheses from return calls.Diego Biurrun2008-05-06
* Add mfspr-based AltiVec detection code.Reimar Döffinger2008-01-19
* Remove uses of SIGILL for CPU extension detection, that method is not acceptableReimar Döffinger2007-10-02
* Sanitize altivec code so it can be built with runtime check properlyLuca Barbato2007-10-02