summaryrefslogtreecommitdiff
path: root/libavutil/x86
Commit message (Expand)AuthorAgeFilesLines
* x86inc: clip num_args to 7 on x86-32.Loren Merritt2012-07-281-0/+3
* x86inc: sync to latest version from x264.Ronald S. Bultje2012-07-281-92/+124
* x86: add support for fmaddps fma4 instruction with abstraction to avx/sseJustin Ruggles2012-07-271-5/+11
* x86inc: automatically insert vzeroupper for YMM functions.Ronald S. Bultje2012-07-262-13/+12
* dsputil: x86: add SHUFFLE_MASK_W macroJason Garrett-Glaser2012-07-221-0/+12
* 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
* x86/timer: implement an intrinsic-based version for rdtsc (AV_READ_TIME).Ronald S. Bultje2012-07-071-0/+8
* x86inc: add SPLATB_LOAD, SPLATB_REG, PSHUFLW macrosLoren Merritt2012-07-051-4/+37
* x86inc: modify ALIGN to not generate long nops on i586Loren Merritt2012-07-051-0/+4
* x86: cpu: clean up check for cpuid instruction supportMans Rullgard2012-07-011-20/+16
* x86: cpu: whitespace (mostly) cosmeticsMans Rullgard2012-06-251-34/+36
* x86: place some inline asm under #if HAVE_INLINE_ASMRonald S. Bultje2012-06-252-0/+5
* x86: Add CPU flag for the i686 cmov instructionDiego Biurrun2012-06-231-0/+2
* float_dsp: add x86-optimized functions for vector_fmac_scalar()Justin Ruggles2012-06-182-0/+54
* Add a float DSP framework to libavutilJustin Ruggles2012-06-083-0/+99
* x86: Avoid movs on BUTTERFLYPS when in AVX modeVitor Sessak2012-05-291-7/+6
* lavr: replace the SSE version of ff_conv_fltp_to_flt_6ch() with SSE4 and AVXJustin Ruggles2012-05-091-4/+3
* Add libavresampleJustin Ruggles2012-04-241-0/+9
* x86inc: support AVX abstraction for 2-operand instructionsLoren Merritt2012-04-181-2/+8
* build: Move all arch OBJS declarations into arch subdirectory Makefiles.Diego Biurrun2012-04-121-0/+1
* x86inc improvements for 64-bitHenrik Gramner2012-04-111-104/+114
* x86inc: add *mp named argument support to DEFINE_ARGS.Ronald S. Bultje2012-03-141-0/+2
* x86inc: don't "bake" stack_offset in named arguments.Loren Merritt2012-03-031-1/+4
* x86inc: support yasm -f win64 flag also.Haruhiko Yamagata2012-02-081-0/+2
* x86inc: allow manual use of WIN64_SPILL_XMM.Henrik Gramner2012-02-081-4/+5
* win64: add a XMM clobber test configure option.Ronald S. Bultje2012-02-021-0/+71
* x86inc.asm: fix typo.Ronald S. Bultje2012-01-271-1/+1
* config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-272-14/+16
* mpegaudiodec: optimized iMDCT transformVitor Sessak2012-01-081-0/+2
* x86: bswap: remove test for bswap instructionMans Rullgard2011-12-121-7/+0
* bswap: make generic implementation more compiler-friendlyMans Rullgard2011-12-121-0/+4
* x86 cpuid: set vendor union members separatelySean McGovern2011-12-081-1/+4
* x86inc: Flag shufps as an floating-point instruction for the AVX emulation code.Vitor Sessak2011-11-271-1/+1
* x86inc: use sse versions of common macros instead of sse2 when applicableJustin Ruggles2011-11-061-0/+5
* Update x86inc.asm to latest x264 version, and add AVX symmetry.Loren Merritt2011-11-051-183/+340
* fmtconvert: port int32_to_float_fmul_scalar() x86 inline asm to yasmJustin Ruggles2011-10-211-0/+12
* x86: XOP/FMA4 CPU detection supportJason Garrett-Glaser2011-09-261-0/+9
* cpu detection: avoid a signed overflowSean McGovern2011-09-031-1/+1
* Move clipd macros to x86util.asm.Ronald S. Bultje2011-08-171-0/+33
* Move x86util.asm from libavcodec/ to libavutil/.Ronald S. Bultje2011-08-121-0/+542
* Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-121-0/+905
* bswap: use native types for av_bwap16().Jason Garrett-Glaser2011-04-221-2/+2
* cosmetics: indentationJustin Ruggles2011-03-221-8/+8
* Add a CPU flag for the Atom processor.Justin Ruggles2011-03-221-2/+10
* Replace FFmpeg with Libav in licence headersMans Rullgard2011-03-195-20/+20
* x86: use raw opcode for xgetbv instructionMans Rullgard2011-02-201-1/+1
* x86: check for AVX supportMans Rullgard2011-02-201-0/+12
* Add check for Athlon64 and similar AMD processors with slow SSE2.Justin Ruggles2011-02-111-1/+16