summaryrefslogtreecommitdiffstats
path: root/libavutil/x86
Commit message (Expand)AuthorAgeFilesLines
* x86inc: Various minor backports from x264Henrik Gramner2015-08-131-11/+21
* x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-111-12/+0
* x86inc: Disable vpbroadcastq workaround in newer yasm versionsHenrik Gramner2015-08-111-9/+11
* x86inc: Fix instantiation of YMM registersChristophe Gisquet2015-08-111-1/+1
* x86inc: warn when instructions incompatible with current cpuflags are usedAnton Mitrofanov2015-08-111-288/+299
* x86inc: Support arbitrary stack alignmentsHenrik Gramner2015-08-111-22/+40
* x86inc: warn if XOP integer FMA instruction emulation is impossibleAnton Mitrofanov2015-08-111-2/+5
* x86: Serialize rdtsc in read_time()Henrik Gramner2015-07-091-1/+6
* x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-05-312-2/+2
* x86: Add helper macros to check for slow cpuflagsJames Almer2015-05-311-0/+18
* x86: add AV_CPU_FLAG_AVXSLOW flagJames Almer2015-05-311-3/+14
* x86inc: Clear __SECT__Timothy Gu2015-05-281-1/+5
* v210enc: Add SIMD optimised 8-bit and 10-bit encodersKieran Kunhya2014-12-051-0/+5
* x86inc: Make INIT_CPUFLAGS support an arbitrary number of cpuflagsHenrik Gramner2014-09-091-19/+22
* x86inc: Free up variable name "n" in global namespaceLoren Merritt2014-09-091-9/+9
* x86inc: Make ym# behave the same way as xm#Henrik Gramner2014-09-091-4/+4
* Update Fiona's name in copyright statements.Diego Biurrun2014-07-012-2/+2
* x86: add detection for Bit Manipulation Instruction setsJames Almer2014-02-231-6/+11
* x86: add detection for FMA3 instruction setJames Almer2014-02-232-1/+7
* x86: add missing XOP checks and macrosJames Almer2014-02-231-0/+3
* x86: float dsp: unroll SSE versionsChristophe Gisquet2014-02-201-16/+24
* x86inc: Speed up assembling with YasmLoren Merritt2014-01-261-23/+23
* libavutil: x86: Add AVX2 capable CPU detection.Kieran Kunhya2013-10-252-0/+11
* x86: more AVX2 frameworkJason Garrett-Glaser2013-10-141-0/+11
* x86inc: FMA3/4 SupportJason Garrett-Glaser2013-10-142-1/+45
* x86inc: Remove our FMA4 supportDerek Buitenhuis2013-10-142-11/+16
* x86inc: Use VEX-encoded instructions in AVX functionsHenrik Gramner2013-10-141-84/+169
* x86inc: Remove .rodata kludgesHenrik Gramner2013-10-091-11/+5
* x86inc: remove misaligned cpu flagHenrik Gramner2013-10-071-5/+4
* x86inc: various minor backports from x264Jason Garrett-Glaser2013-10-071-4/+3
* x86inc: Check for __OUTPUT_FORMAT__ having a value of "x64"Derek Buitenhuis2013-10-071-0/+2
* x86inc: Utilize the shadow space on 64-bit WindowsHenrik Gramner2013-10-071-37/+46
* x86inc: create xm# and ym#, analagous to m#Loren Merritt2013-10-071-1/+25
* x86inc: fix some corner cases of SWAPLoren Merritt2013-10-071-27/+27
* x86inc: Use SSE instead of SSE2 for copying dataHenrik Gramner2013-10-071-2/+2
* x86inc: Set ELF hidden visibility for global constantsHenrik Gramner2013-10-071-1/+5
* x86inc: activate REP_RET automaticallyLoren Merritt2013-10-071-5/+31
* avutil: Fix compilation with inline asm disabled on mingwAlex Smith2013-09-221-0/+1
* x86: Add and use more convenience macros to check CPU extension availabilityDiego Biurrun2013-08-291-0/+13
* avutil: Refactor CPU extension availability macrosDiego Biurrun2013-08-281-28/+26
* avutil: Move internal CPU detection function declarations to private headerDiego Biurrun2013-08-281-0/+1
* Consistently use "cpu_flags" as variable/parameter name for CPU flagsDiego Biurrun2013-07-181-6/+6
* lls/x86: use 3-operator vaddpd in ADDPD_MEMLoren Merritt2013-07-021-1/+1
* x86: lpc: fix a segfault in av_evaluate_lls_sse2()Loren Merritt2013-06-301-1/+1
* x86: lpc: simd av_evaluate_llsLoren Merritt2013-06-292-0/+41
* x86: lpc: simd av_update_llsLoren Merritt2013-06-293-0/+236
* avutil: Add av_cold attributes to init functions missing themDiego Biurrun2013-05-041-1/+2
* x86: float dsp: butterflies_float SSEChristophe Gisquet2013-05-032-0/+29
* dsputil: Make dsputil selectableRonald S. Bultje2013-04-101-0/+2
* x86inc: Fix number of operands for cmp* instructionsChristophe Gisquet2013-04-091-4/+4
OpenPOWER on IntegriCloud