| Commit message (Expand) | Author | Age | Files | Lines |
* | x86/cpu: check for OS support before enabling AVX2 | James Almer | 2014-03-25 | 1 | -1/+1 |
* | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2014-02-23 | 1 | -5/+4 |
|\ |
|
| * | x86: add detection for Bit Manipulation Instruction sets | James Almer | 2014-02-23 | 1 | -6/+11 |
* | | Merge commit '1b932eb1508f550fac9e911923a0383efda53aa3' | Michael Niedermayer | 2014-02-23 | 1 | -1/+1 |
|\| |
|
| * | x86: add detection for FMA3 instruction set | James Almer | 2014-02-23 | 1 | -1/+4 |
* | | x86: add detection for Bit Manipulation Instruction sets | James Almer | 2014-02-22 | 1 | -5/+11 |
* | | x86: add detection for FMA3 instruction set | James Almer | 2014-02-22 | 1 | -1/+4 |
* | | Merge commit '4d6ee0725553a43ba88d6f8327ebcf8f1c5ae8d4' | Michael Niedermayer | 2013-10-26 | 1 | -2/+3 |
|\| |
|
| * | libavutil: x86: Add AVX2 capable CPU detection. | Kieran Kunhya | 2013-10-25 | 1 | -0/+8 |
* | | Add AVX2 capable CPU detection. Patch based on x264's AVX2 detection | Kieran Kunhya | 2013-10-26 | 1 | -0/+7 |
* | | Merge commit 'b78b10c4b78b696927f2801cf2d9f193b4eff28b' | Michael Niedermayer | 2013-08-29 | 1 | -0/+1 |
|\| |
|
| * | avutil: Move internal CPU detection function declarations to private header | Diego Biurrun | 2013-08-28 | 1 | -0/+1 |
* | | Merge commit 'af7d13ee4a4bf8d708f9b0598abb8f6e22b76de1' | Michael Niedermayer | 2012-11-28 | 1 | -1/+1 |
|\| |
|
| * | x86: cpu: Drop unused HAVE_RWEFLAGS condition | Diego Biurrun | 2012-11-28 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-10-05 | 1 | -37/+21 |
|\| |
|
| * | x86: get_cpu_flags: add necessary ifdefs around function body | Diego Biurrun | 2012-10-04 | 1 | -0/+5 |
| * | x86: Drop CPU detection intrinsics | Diego Biurrun | 2012-10-04 | 1 | -36/+0 |
| * | x86: Add YASM implementations of cpuid and xgetbv from x264 | Diego Biurrun | 2012-10-04 | 1 | -1/+16 |
* | | Merge commit '65d12900432ac880d764edbbd36818431484a76e' | Michael Niedermayer | 2012-10-05 | 1 | -15/+22 |
|\| |
|
| * | x86: cpu: Break out test for cpuid capabilities into separate function | Diego Biurrun | 2012-10-04 | 1 | -11/+21 |
| * | x86: ff_get_cpu_flags_x86(): Avoid a pointless variable indirection | Diego Biurrun | 2012-10-04 | 1 | -4/+1 |
* | | Merge commit 'ec36aa69448f20a78d8c4588265022e0b2272ab5' | Michael Niedermayer | 2012-08-31 | 1 | -2/+2 |
|\| |
|
| * | x86: cosmetics: Comment some #endifs for better readability | Diego Biurrun | 2012-08-30 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-09 | 1 | -1/+1 |
|\| |
|
| * | x86: rename libavutil/x86_cpu.h to libavutil/x86/asm.h | Mans Rullgard | 2012-08-09 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-08-04 | 1 | -2/+2 |
|\| |
|
| * | x86: build: replace mmx2 by mmxext | Diego Biurrun | 2012-08-03 | 1 | -2/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-07-10 | 1 | -1/+40 |
|\| |
|
| * | x86/cpu: implement get/set_eflags using intrinsics | Ronald S. Bultje | 2012-07-10 | 1 | -0/+14 |
| * | x86/cpu: implement support for cpuid through intrinsics | Ronald S. Bultje | 2012-07-10 | 1 | -0/+14 |
| * | x86/cpu: implement support for xgetbv through intrinsics | Ronald S. Bultje | 2012-07-10 | 1 | -0/+11 |
| * | x86: cpu: clean up check for cpuid instruction support | Mans Rullgard | 2012-07-01 | 1 | -20/+16 |
* | | x86: cpu: clean up check for cpuid instruction support | Mans Rullgard | 2012-07-10 | 1 | -20/+16 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-26 | 1 | -34/+36 |
|\| |
|
| * | x86: cpu: whitespace (mostly) cosmetics | Mans Rullgard | 2012-06-25 | 1 | -34/+36 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2012-06-24 | 1 | -1/+1 |
|\| |
|
| * | x86: Add CPU flag for the i686 cmov instruction | Diego Biurrun | 2012-06-23 | 1 | -0/+2 |
* | | Detect and check for CMOV. | Reimar Döffinger | 2012-02-12 | 1 | -0/+2 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-12-09 | 1 | -1/+4 |
|\| |
|
| * | x86 cpuid: set vendor union members separately | Sean McGovern | 2011-12-08 | 1 | -1/+4 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-27 | 1 | -0/+9 |
|\| |
|
| * | x86: XOP/FMA4 CPU detection support | Jason Garrett-Glaser | 2011-09-26 | 1 | -0/+9 |
* | | Merge remote-tracking branch 'qatar/master' | Michael Niedermayer | 2011-09-04 | 1 | -1/+1 |
|\| |
|
| * | cpu detection: avoid a signed overflow | Sean McGovern | 2011-09-03 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'newdev/master' | Michael Niedermayer | 2011-03-23 | 1 | -10/+18 |
|\| |
|
| * | cosmetics: indentation | Justin Ruggles | 2011-03-22 | 1 | -8/+8 |
| * | Add a CPU flag for the Atom processor. | Justin Ruggles | 2011-03-22 | 1 | -2/+10 |
| * | Replace FFmpeg with Libav in licence headers | Mans Rullgard | 2011-03-19 | 1 | -4/+4 |
| * | x86: use raw opcode for xgetbv instruction | Mans Rullgard | 2011-02-20 | 1 | -1/+1 |
| * | x86: check for AVX support | Mans Rullgard | 2011-02-20 | 1 | -0/+12 |