]> git.sesse.net Git - ffmpeg/history - libavutil/x86/x86inc.asm
Remove INIT_AVX from x86inc.asm.
[ffmpeg] / libavutil / x86 / x86inc.asm
2012-10-29 Ronald S. BultjeRemove INIT_AVX from x86inc.asm.
2012-08-26 Loren Merrittvf_hqdn3d: x86 asm
2012-08-07 Mans Rullgardx86: fix build with nasm 2.08
2012-08-07 Mans Rullgardx86: use nop cpu directives only if supported
2012-08-07 Mans Rullgardx86: fix rNmp macros with nasm
2012-08-03 Diego Biurrunx86: Use consistent 3dnowext function and macro name...
2012-07-28 Loren Merrittx86inc: clip num_args to 7 on x86-32.
2012-07-28 Ronald S. Bultjex86inc: sync to latest version from x264.
2012-07-27 Justin Rugglesx86: add support for fmaddps fma4 instruction with...
2012-07-26 Ronald S. Bultjex86inc: automatically insert vzeroupper for YMM functions.
2012-07-05 Loren Merrittx86inc: modify ALIGN to not generate long nops on i586
2012-04-19 Loren Merrittx86inc: support AVX abstraction for 2-operand instructions
2012-04-11 Henrik Gramnerx86inc improvements for 64-bit
2012-03-15 Ronald S. Bultjex86inc: add *mp named argument support to DEFINE_ARGS.
2012-03-04 Loren Merrittx86inc: don't "bake" stack_offset in named arguments.
2012-02-08 Haruhiko Yamagatax86inc: support yasm -f win64 flag also.
2012-02-08 Henrik Gramnerx86inc: allow manual use of WIN64_SPILL_XMM.
2012-01-27 Ronald S. Bultjex86inc.asm: fix typo.
2012-01-27 Ronald S. Bultjeconfig.asm: change %ifdef directives to %if directives.
2012-01-09 Vitor Sessakmpegaudiodec: optimized iMDCT transform
2011-11-27 Vitor Sessakx86inc: Flag shufps as an floating-point instruction...
2011-11-07 Justin Rugglesx86inc: use sse versions of common macros instead of...
2011-11-06 Loren MerrittUpdate x86inc.asm to latest x264 version, and add AVX...
2011-08-12 Ronald S. BultjeMove x86inc.asm to libavutil/.