summaryrefslogtreecommitdiffstats
path: root/libavutil/x86
Commit message (Expand)AuthorAgeFilesLines
* x86: use the new helper macros where usefulJames Almer2016-02-142-2/+2
* x86: add some more helper macros to check for slow cpuflagsJames Almer2016-02-141-0/+4
* x86/cpu: set avxslow cpuflag on btver2 CPUsJames Almer2016-02-071-6/+4
* x86/emms: empty the mmx state unconditionally on supported targetsJames Almer2016-02-041-0/+6
* all: Add missing header guardsTimothy Gu2016-01-281-0/+5
* x86inc: Add debug symbols indicating sizes of compiled functionsGeza Lore2016-01-211-0/+23
* x86inc: Avoid creating unnecessary local labelsHenrik Gramner2016-01-211-2/+4
* x86inc: Simplify AUTO_REP_RETHenrik Gramner2016-01-211-4/+2
* x86inc: Use more consistent indentationHenrik Gramner2016-01-211-67/+67
* x86inc: Preserve arguments when allocating stack spaceHenrik Gramner2016-01-211-2/+5
* x86inc: Improve FMA instruction handlingHenrik Gramner2016-01-211-40/+37
* x86inc: Be more verbose in assertion failuresHenrik Gramner2016-01-211-1/+1
* x86/intmath: disable sse av_clip functions when using ICCJames Almer2016-01-211-2/+2
* x86/fixed_dsp: add ff_butterflies_fixed_sse2James Almer2016-01-163-0/+85
* lavu/x86/lls: add fma3 optimizations for update_llsGanesh Ajjanagadde2016-01-152-2/+61
* x86/intmath: add missing early clobber to output operandsJames Almer2016-01-151-2/+2
* x86/float_dsp: zero extend offset from ff_scalarproduct_float_sseJames Almer2016-01-081-3/+3
* x86/float_dsp: zero extend len from ff_butterflies_float_sse implicitlyJames Almer2016-01-081-4/+1
* x86/float_dsp: remove len check from ff_butterflies_float_sseJames Almer2016-01-081-3/+0
* x86/intmath: add sse optimized av_clipf and av_clipdJames Almer2016-01-071-0/+33
* avutil/x86/bswap: Remove warning about bswap intrinsics with msvc.Matt Oliver2015-11-231-0/+3
* avutil/x86/intmath: Fix intrinsic header include when using newer gcc with ol...Matt Oliver2015-11-121-1/+1
* avutil/x86/bswap: Add msvc bswap instrinsics.Matt Oliver2015-11-121-1/+24
* avutil/x86/intmath: Disable use of tzcnt on older intel compilers.Matt Oliver2015-11-111-1/+1
* avutil/x86/intmath: Correct intrinsic headers for older compilers.Matt Oliver2015-11-091-2/+6
* avutil/x86/intmath: Add missing header.Matt Oliver2015-11-011-0/+3
* avutil/x86/intmath: Use tzcnt in place of bsf.Matt Oliver2015-10-311-39/+15
* lavu: add AESNI CPU flagRodger Combs2015-10-283-6/+12
* lavu/intmath.h: Move x86 only msvc/icl functions to x86 specific header.Matt Oliver2015-10-191-0/+20
* lavu/intmath.h: Add msvc/icl ctzll optimisations.Matt Oliver2015-10-191-0/+35
* x86inc: Make cpuflag() and notcpuflag() return 0 or 1Henrik Gramner2015-10-011-2/+3
* avutil/attributes: add AV_GCC_VERSION_AT_MOSTJames Almer2015-09-181-4/+4
* x86: port PSIGNW to cpuflagsJames Almer2015-09-111-5/+5
* avutil/x86/asm: rename REG_SP to REG_spGanesh Ajjanagadde2015-08-221-2/+3
* x86inc: warn if XOP integer FMA instruction emulation is impossibleAnton Mitrofanov2015-08-051-1/+3
* x86inc: Drop SECTION_TEXT macroHenrik Gramner2015-08-042-13/+1
* x86inc: Support arbitrary stack alignmentsHenrik Gramner2015-08-041-22/+40
* x86: move XOP emulation code back to x86incJames Almer2015-08-032-19/+16
* x86inc: Various minor backports from x264Henrik Gramner2015-08-031-11/+21
* x86inc: Disable vpbroadcastq workaround in newer yasm versionsHenrik Gramner2015-08-031-9/+11
* x86/float_dsp: add missing colon to labelsJames Almer2015-07-261-1/+1
* avutil/x86/bswap: force inline asm versions with ICCJames Almer2015-07-181-1/+1
* Merge commit 'd1a6cb195f610978ba5d2351e60f938f7f261d59'Michael Niedermayer2015-07-091-1/+6
|\
| * 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
* | avutil/x86/intmath: add missing check for inline assemblyJames Almer2015-06-271-1/+1
* | avutil/x86/intmath: use bzhi gcc builtin in av_mod_uintp2()James Almer2015-06-271-0/+7
* | x86: check for AV_CPU_FLAG_AVXSLOW where usefulJames Almer2015-06-012-3/+3
* | Merge commit 'cae39851201b7781f1262e1c23627b45e6e80bb4'Michael Niedermayer2015-05-311-0/+18
|\ \ | |/
| * x86: Add helper macros to check for slow cpuflagsJames Almer2015-05-311-0/+18
OpenPOWER on IntegriCloud