summaryrefslogtreecommitdiffstats
path: root/libavutil/x86
Commit message (Expand)AuthorAgeFilesLines
* dsputil: Make dsputil selectableRonald S. Bultje2013-04-101-0/+2
* x86inc: Fix number of operands for cmp* instructionsChristophe Gisquet2013-04-091-4/+4
* cosmetics: Remove unnecessary extern keywords from function declarationsDiego Biurrun2013-03-271-13/+13
* x86: Use simple nop codes for <= sse (rather than <= mmx)Ronald S. Bultje2013-02-191-1/+1
* avutil: Ensure that emms_c is always defined, even on non-x86Diego Biurrun2013-02-141-3/+2
* avutil: Move emms code to x86-specific headerDiego Biurrun2013-02-141-0/+22
* floatdsp: move scalarproduct_float from dsputil to avfloatdsp.Ronald S. Bultje2013-01-222-0/+28
* floatdsp: move vector_fmul_reverse from dsputil to avfloatdsp.Ronald S. Bultje2013-01-222-0/+44
* floatdsp: move vector_fmul_add from dsputil to avfloatdsp.Ronald S. Bultje2013-01-222-0/+35
* x86: Add a Yasm-based emms() replacementMartin Storsjö2013-01-183-0/+55
* x86inc: Add cvisible macro for C functions with public prefixDiego Biurrun2013-01-182-14/+29
* x86inc: Rename "program_name" to "private_prefix"Diego Biurrun2013-01-182-6/+6
* float_dsp: Add #ifdef HAVE_INLINE_ASM around vector_fmul_windowMartin Storsjö2013-01-171-3/+3
* lavc: Move vector_fmul_window to AVFloatDSPContextJustin Ruggles2013-01-161-0/+75
* x86: Add PAVGB macro to abstract pavgb/pavgusb instruction via cpuflagsDiego Biurrun2013-01-151-0/+8
* x86: ABSB2: port to cpuflagsDiego Biurrun2013-01-151-8/+6
* x86: ABSB: port to cpuflagsDiego Biurrun2013-01-151-6/+5
* x86: ABS2: port to cpuflagsDiego Biurrun2013-01-141-16/+13
* x86: ABS1: port to cpuflagsDiego Biurrun2013-01-061-12/+9
* lavc: merge latest x86inc.asm fixes with x264Ronald S. Bultje2012-12-191-13/+20
* x86inc: fully concatenate tokens to fix macro expansion for nasmJanne Grunau2012-12-131-2/+2
* x86inc: fix stack alignment on win64Ronald S. Bultje2012-12-121-4/+6
* x86inc: support stack mem allocation and re-alignment in PROLOGUERonald S. Bultje2012-12-121-36/+149
* x86: float_dsp: fix loading of the len parameter on x86-32Justin Ruggles2012-12-071-1/+4
* x86: float_dsp: fix compilation of ff_vector_dmul_scalar_avx() on x86-32Justin Ruggles2012-12-061-1/+1
* x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scalingJustin Ruggles2012-12-051-0/+1
* float_dsp: add vector_dmul_scalar() to multiply a vector of doublesJustin Ruggles2012-12-053-0/+65
* x86: cpu: Drop unused HAVE_RWEFLAGS conditionDiego Biurrun2012-11-281-1/+1
* x86: float_dsp: add SSE version of vector_fmul_scalar()Justin Ruggles2012-11-262-0/+33
* x86: SPLATD: port to cpuflagsDiego Biurrun2012-11-181-16/+6
* x86: mmx2 ---> mmxext in asm constructsDiego Biurrun2012-11-141-1/+1
* build: Drop AVX assembly ifdefsDiego Biurrun2012-11-111-4/+0
* x86inc: Set program_name outside of x86inc.asmDiego Biurrun2012-11-112-1/+2
* x86: PALIGNR: port to cpuflagsDiego Biurrun2012-11-091-8/+8
* x86: PABSW: port to cpuflagsDiego Biurrun2012-11-051-12/+10
* x86: Refactor PSWAPD fallback implementations and port to cpuflagsDiego Biurrun2012-11-021-0/+12
* x86: PMINUB: port to cpuflagsDiego Biurrun2012-11-021-5/+5
* x86util: Add cpuflags_mmxext alias for cpuflags_mmx2Diego Biurrun2012-11-021-0/+2
* x86inc: Only define program_name if the macro is unsetDiego Biurrun2012-11-021-1/+3
* x86: Fix assembly with NASMDave Yeo2012-10-311-1/+1
* x86: MMX2 ---> MMXEXT in macro namesDiego Biurrun2012-10-311-3/+3
* x86: include x86inc.asm in x86util.asmDiego Biurrun2012-10-313-2/+3
* Remove INIT_AVX from x86inc.asm.Ronald S. Bultje2012-10-291-8/+0
* 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-044-2/+113
* 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
* x86: Replace checks for CPU extensions and flags by convenience macrosDiego Biurrun2012-09-081-4/+3
* x86: float_dsp: fix ff_vector_fmac_scalar_avx() on Win64Justin Ruggles2012-09-071-3/+3
OpenPOWER on IntegriCloud