summaryrefslogtreecommitdiff
path: root/libavutil/x86/cpu.c
Commit message (Expand)AuthorAgeFilesLines
* avutil/cpu: add AVX512 Icelake flagWu Jianhua2022-03-101-2/+6
* avutil/cpu: move slow gather checks below in the functionJames Almer2021-12-211-14/+9
* libavutil/cpu: Add AV_CPU_FLAG_SLOW_GATHER.Alan Kelly2021-12-211-1/+14
* lavu/x86/cpu: Fix aesni detectionalexander schmid2018-07-191-1/+1
* avutil: add alignment needed for AVX-512James Darnley2017-12-241-0/+2
* avutil: detect when AVX-512 is availableJames Darnley2017-12-241-2/+10
* avutil/cpu: split flag checks per arch in av_cpu_max_align()James Almer2017-09-271-0/+27
* build: Generalize yasm/nasm-related variable namesDiego Biurrun2017-06-211-2/+2
* Merge commit '8e9cd81d291b1010c625b2766058aadf4affb537'James Almer2017-01-311-0/+6
|\
| * x86: cpu: Detect Conroe CPUs and their slow shuffle unitFiona Glaser2016-07-201-0/+6
| * asm: FF_-prefix internal macros used in inline assemblyDiego Biurrun2016-05-281-3/+3
* | asm: FF_-prefix internal macros used in inline assemblyMatthieu Bouron2016-06-271-2/+2
* | Merge commit '41ed7ab45fc693f7d7fc35664c0233f4c32d69bb'Clément Bœsch2016-06-211-1/+1
|\ \ | |/
| * cosmetics: Fix spelling mistakesVittorio Giovara2016-05-041-1/+1
| * x86: add AV_CPU_FLAG_AVXSLOW flagJames Almer2015-05-311-3/+14
* | x86/cpu: set avxslow cpuflag on btver2 CPUsJames Almer2016-02-071-6/+4
* | lavu: add AESNI CPU flagRodger Combs2015-10-281-0/+2
* | x86/cpu: add AV_CPU_FLAG_AVXSLOW flagJames Almer2015-05-271-3/+14
* | avutil/x86/cpu: fix cpuid sub-leaf selectionlvqcl2014-09-271-1/+1
* | x86/cpu: check for OS support before enabling AVX2James Almer2014-03-251-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2014-02-231-5/+4
|\ \ | |/
| * x86: add detection for Bit Manipulation Instruction setsJames Almer2014-02-231-6/+11
* | Merge commit '1b932eb1508f550fac9e911923a0383efda53aa3'Michael Niedermayer2014-02-231-1/+1
|\ \ | |/
| * x86: add detection for FMA3 instruction setJames Almer2014-02-231-1/+4
* | x86: add detection for Bit Manipulation Instruction setsJames Almer2014-02-221-5/+11
* | x86: add detection for FMA3 instruction setJames Almer2014-02-221-1/+4
* | Merge commit '4d6ee0725553a43ba88d6f8327ebcf8f1c5ae8d4'Michael Niedermayer2013-10-261-2/+3
|\ \ | |/
| * libavutil: x86: Add AVX2 capable CPU detection.Kieran Kunhya2013-10-251-0/+8
* | Add AVX2 capable CPU detection. Patch based on x264's AVX2 detectionKieran Kunhya2013-10-261-0/+7
* | Merge commit 'b78b10c4b78b696927f2801cf2d9f193b4eff28b'Michael Niedermayer2013-08-291-0/+1
|\ \ | |/
| * avutil: Move internal CPU detection function declarations to private headerDiego Biurrun2013-08-281-0/+1
* | Merge commit 'af7d13ee4a4bf8d708f9b0598abb8f6e22b76de1'Michael Niedermayer2012-11-281-1/+1
|\ \ | |/
| * x86: cpu: Drop unused HAVE_RWEFLAGS conditionDiego Biurrun2012-11-281-1/+1
* | 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