| Commit message (Expand) | Author | Age | Files | Lines |
* | avutil/cpu: add AVX512 Icelake flag | Wu Jianhua | 2022-03-10 | 1 | -2/+6 |
* | avutil/cpu: move slow gather checks below in the function | James Almer | 2021-12-21 | 1 | -14/+9 |
* | libavutil/cpu: Add AV_CPU_FLAG_SLOW_GATHER. | Alan Kelly | 2021-12-21 | 1 | -1/+14 |
* | lavu/x86/cpu: Fix aesni detection | alexander schmid | 2018-07-19 | 1 | -1/+1 |
* | avutil: add alignment needed for AVX-512 | James Darnley | 2017-12-24 | 1 | -0/+2 |
* | avutil: detect when AVX-512 is available | James Darnley | 2017-12-24 | 1 | -2/+10 |
* | avutil/cpu: split flag checks per arch in av_cpu_max_align() | James Almer | 2017-09-27 | 1 | -0/+27 |
* | build: Generalize yasm/nasm-related variable names | Diego Biurrun | 2017-06-21 | 1 | -2/+2 |
* | Merge commit '8e9cd81d291b1010c625b2766058aadf4affb537' | James Almer | 2017-01-31 | 1 | -0/+6 |
|\ |
|
| * | x86: cpu: Detect Conroe CPUs and their slow shuffle unit | Fiona Glaser | 2016-07-20 | 1 | -0/+6 |
| * | asm: FF_-prefix internal macros used in inline assembly | Diego Biurrun | 2016-05-28 | 1 | -3/+3 |
* | | asm: FF_-prefix internal macros used in inline assembly | Matthieu Bouron | 2016-06-27 | 1 | -2/+2 |
* | | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb' | Clément Bœsch | 2016-06-21 | 1 | -1/+1 |
|\| |
|
| * | cosmetics: Fix spelling mistakes | Vittorio Giovara | 2016-05-04 | 1 | -1/+1 |
| * | x86: add AV_CPU_FLAG_AVXSLOW flag | James Almer | 2015-05-31 | 1 | -3/+14 |
* | | x86/cpu: set avxslow cpuflag on btver2 CPUs | James Almer | 2016-02-07 | 1 | -6/+4 |
* | | lavu: add AESNI CPU flag | Rodger Combs | 2015-10-28 | 1 | -0/+2 |
* | | x86/cpu: add AV_CPU_FLAG_AVXSLOW flag | James Almer | 2015-05-27 | 1 | -3/+14 |
* | | avutil/x86/cpu: fix cpuid sub-leaf selection | lvqcl | 2014-09-27 | 1 | -1/+1 |
* | | 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 |