summaryrefslogtreecommitdiff
path: root/libavutil/x86/x86inc.asm
Commit message (Expand)AuthorAge
* x86inc: Set ELF hidden visibility for global constantsHenrik Gramner2013-10-07
* x86inc: activate REP_RET automaticallyLoren Merritt2013-10-07
* x86inc: Fix number of operands for cmp* instructionsChristophe Gisquet2013-04-09
* x86: Use simple nop codes for <= sse (rather than <= mmx)Ronald S. Bultje2013-02-19
* x86inc: Add cvisible macro for C functions with public prefixDiego Biurrun2013-01-18
* x86inc: Rename "program_name" to "private_prefix"Diego Biurrun2013-01-18
* lavc: merge latest x86inc.asm fixes with x264Ronald S. Bultje2012-12-19
* x86inc: fully concatenate tokens to fix macro expansion for nasmJanne Grunau2012-12-13
* x86inc: fix stack alignment on win64Ronald S. Bultje2012-12-12
* x86inc: support stack mem allocation and re-alignment in PROLOGUERonald S. Bultje2012-12-12
* x86: af_volume: add SSE2/SSSE3/AVX-optimized s32 volume scalingJustin Ruggles2012-12-05
* x86inc: Set program_name outside of x86inc.asmDiego Biurrun2012-11-11
* x86inc: Only define program_name if the macro is unsetDiego Biurrun2012-11-02
* Remove INIT_AVX from x86inc.asm.Ronald S. Bultje2012-10-29
* vf_hqdn3d: x86 asmLoren Merritt2012-08-26
* x86: fix build with nasm 2.08Mans Rullgard2012-08-07
* x86: use nop cpu directives only if supportedMans Rullgard2012-08-07
* x86: fix rNmp macros with nasmMans Rullgard2012-08-07
* x86: Use consistent 3dnowext function and macro name suffixesDiego Biurrun2012-08-03
* x86inc: clip num_args to 7 on x86-32.Loren Merritt2012-07-28
* x86inc: sync to latest version from x264.Ronald S. Bultje2012-07-28
* x86: add support for fmaddps fma4 instruction with abstraction to avx/sseJustin Ruggles2012-07-27
* x86inc: automatically insert vzeroupper for YMM functions.Ronald S. Bultje2012-07-26
* x86inc: modify ALIGN to not generate long nops on i586Loren Merritt2012-07-05
* x86inc: support AVX abstraction for 2-operand instructionsLoren Merritt2012-04-18
* x86inc improvements for 64-bitHenrik Gramner2012-04-11
* x86inc: add *mp named argument support to DEFINE_ARGS.Ronald S. Bultje2012-03-14
* x86inc: don't "bake" stack_offset in named arguments.Loren Merritt2012-03-03
* x86inc: support yasm -f win64 flag also.Haruhiko Yamagata2012-02-08
* x86inc: allow manual use of WIN64_SPILL_XMM.Henrik Gramner2012-02-08
* x86inc.asm: fix typo.Ronald S. Bultje2012-01-27
* config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-27
* mpegaudiodec: optimized iMDCT transformVitor Sessak2012-01-08
* x86inc: Flag shufps as an floating-point instruction for the AVX emulation code.Vitor Sessak2011-11-27
* x86inc: use sse versions of common macros instead of sse2 when applicableJustin Ruggles2011-11-06
* Update x86inc.asm to latest x264 version, and add AVX symmetry.Loren Merritt2011-11-05
* Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-12