summaryrefslogtreecommitdiff
path: root/libavutil/ppc/cpu.c
Commit message (Expand)AuthorAge
* avutil/ppc/cpu: Use proper header for OpenBSD PPC CPU detectionBrad Smith2022-06-25
* avutil/ppc/cpu: Fix power8 linux detectionLauri Kasanen2019-02-05
* avutil/cpu: split flag checks per arch in av_cpu_max_align()James Almer2017-09-27
* avutil/ppc/cpu: add include avassert.hMichael Niedermayer2015-06-05
* avutil/ppc/cpu: Our code assumes vsx implies altivec, thus assert thisMichael Niedermayer2015-06-03
* avutil/ppc/cpu: Remove !ARCH_PPC64 check for mfspr, the code should now suppo...Michael Niedermayer2015-06-01
* Merge commit '7d07ee5a9bd170a06d26fd967cf8de5d3b1ce331'Michael Niedermayer2015-05-31
|\
| * ppc: cpu: Add support for VSX and POWER8 extensionsLuca Barbato2015-05-31
* | Merge commit '3058872c293e239e3b51e86fe18cfbe720aadff1'Michael Niedermayer2015-05-31
|\|
| * ppc: Clarify and extend the cpuid checkLuca Barbato2015-05-31
* | avutil/ppc/cpu: Check if unistd.h is available before including itMichael Niedermayer2015-05-31
* | Merge commit 'baa94563fede8959a638b0fa132dd2124acd93e8'Michael Niedermayer2015-05-31
|\|
| * ppc: linux: Check altivec using the auxvLuca Barbato2015-05-31
* | Merge commit 'b78b10c4b78b696927f2801cf2d9f193b4eff28b'Michael Niedermayer2013-08-29
|\|
| * avutil: Move internal CPU detection function declarations to private headerDiego Biurrun2013-08-28
* | ppc/cpu: make linux 32bit specific altivec detection depend on __linux__Michael Niedermayer2012-09-24
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-05-13
|\|
| * configure: Do not unconditionally add -D_POSIX_C_SOURCE to CPPFLAGS.Diego Biurrun2011-05-12
* | Merge remote branch 'qatar/master'Michael Niedermayer2011-04-11
|\|
| * os: fix OpenBSD/PowerPC compilationBrad2011-04-10
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-19
|/
* Clean up av_get_cpu_flag()Måns Rullgård2010-09-09