summaryrefslogtreecommitdiffstats
path: root/libavutil/x86/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-10-051-37/+21
|\
| * x86: get_cpu_flags: add necessary ifdefs around function bodyDiego Biurrun2012-10-041-0/+5
| * x86: Drop CPU detection intrinsicsDiego Biurrun2012-10-041-36/+0
| * x86: Add YASM implementations of cpuid and xgetbv from x264Diego Biurrun2012-10-041-1/+16
* | Merge commit '65d12900432ac880d764edbbd36818431484a76e'Michael Niedermayer2012-10-051-15/+22
|\ \ | |/
| * x86: cpu: Break out test for cpuid capabilities into separate functionDiego Biurrun2012-10-041-11/+21
| * x86: ff_get_cpu_flags_x86(): Avoid a pointless variable indirectionDiego Biurrun2012-10-041-4/+1
* | Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5'Michael Niedermayer2012-08-311-2/+2
|\ \ | |/
| * x86: cosmetics: Comment some #endifs for better readabilityDiego Biurrun2012-08-301-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-091-1/+1
|\ \ | |/
| * x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.hMans Rullgard2012-08-091-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-041-2/+2
|\ \ | |/
| * x86: build: replace mmx2 by mmxextDiego Biurrun2012-08-031-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-101-1/+40
|\ \ | |/
| * x86/cpu: implement get/set_eflags using intrinsicsRonald S. Bultje2012-07-101-0/+14
| * x86/cpu: implement support for cpuid through intrinsicsRonald S. Bultje2012-07-101-0/+14
| * x86/cpu: implement support for xgetbv through intrinsicsRonald S. Bultje2012-07-101-0/+11
| * x86: cpu: clean up check for cpuid instruction supportMans Rullgard2012-07-011-20/+16
* | x86: cpu: clean up check for cpuid instruction supportMans Rullgard2012-07-101-20/+16
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-261-34/+36
|\ \ | |/
| * x86: cpu: whitespace (mostly) cosmeticsMans Rullgard2012-06-251-34/+36
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-06-241-1/+1
|\ \ | |/
| * x86: Add CPU flag for the i686 cmov instructionDiego Biurrun2012-06-231-0/+2
* | Detect and check for CMOV.Reimar Döffinger2012-02-121-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-12-091-1/+4
|\ \ | |/
| * x86 cpuid: set vendor union members separatelySean McGovern2011-12-081-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-271-0/+9
|\ \ | |/
| * x86: XOP/FMA4 CPU detection supportJason Garrett-Glaser2011-09-261-0/+9
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2011-09-041-1/+1
|\ \ | |/
| * cpu detection: avoid a signed overflowSean McGovern2011-09-031-1/+1
* | Merge remote-tracking branch 'newdev/master'Michael Niedermayer2011-03-231-10/+18
|\ \ | |/
| * cosmetics: indentationJustin Ruggles2011-03-221-8/+8
| * Add a CPU flag for the Atom processor.Justin Ruggles2011-03-221-2/+10
| * Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-191-4/+4
| * x86: use raw opcode for xgetbv instructionMans Rullgard2011-02-201-1/+1
| * x86: check for AVX supportMans Rullgard2011-02-201-0/+12
| * Add check for Athlon64 and similar AMD processors with slow SSE2.Justin Ruggles2011-02-111-1/+16
* | x86: use raw opcode for xgetbv instructionMans Rullgard2011-02-221-1/+1
* | x86: check for AVX supportMans Rullgard2011-02-201-0/+12
* | Add check for Athlon64 and similar AMD processors with slow SSE2.Justin Ruggles2011-02-131-1/+16
|/
* Add missing #include <string.h> in x86/cpu.cMåns Rullgård2010-09-091-0/+1
* Clean up av_get_cpu_flag()Måns Rullgård2010-09-091-0/+123
OpenPOWER on IntegriCloud