summaryrefslogtreecommitdiffstats
path: root/libavutil/x86/x86inc.asm
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-261-0/+1
|\
| * vf_hqdn3d: x86 asmLoren Merritt2012-08-261-0/+1
* | x86inc.asm: remove redundant ifdef __YASM_VER__Michael Niedermayer2012-08-081-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-071-35/+16
|\ \ | |/
| * x86: fix build with nasm 2.08Mans Rullgard2012-08-071-11/+7
| * x86: use nop cpu directives only if supportedMans Rullgard2012-08-071-3/+9
| * x86: fix rNmp macros with nasmMans Rullgard2012-08-071-2/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-08-031-1/+1
|\ \ | |/
| * x86: Use consistent 3dnowext function and macro name suffixesDiego Biurrun2012-08-031-1/+1
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-291-92/+127
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-271-8/+23
|\ \ | |/
| * 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-261-3/+12
* | x86inc: put basicnop under ifdef to prevent compile failure.Clément Bœsch2012-07-071-0/+2
* | x86inc: try to put amdnop under ifdef to prevent compile failureMichael Niedermayer2012-07-071-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-07-051-0/+4
|\ \ | |/
| * x86inc: modify ALIGN to not generate long nops on i586Loren Merritt2012-07-051-0/+4
* | Fix compilation with NASM.Reimar Döffinger2012-04-201-2/+6
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-191-2/+8
|\ \ | |/
| * x86inc: support AVX abstraction for 2-operand instructionsLoren Merritt2012-04-181-2/+8
* | Remove .rodata alignment kludge for Mach-O if a recent enough yasm is used.Nico Weber2012-04-191-9/+28
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-04-131-104/+114
|\ \ | |/
| * x86inc improvements for 64-bitHenrik Gramner2012-04-111-104/+114
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-161-0/+2
|\ \ | |/
| * x86inc: add *mp named argument support to DEFINE_ARGS.Ronald S. Bultje2012-03-141-0/+2
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-03-051-1/+4
|\ \ | |/
| * x86inc: don't "bake" stack_offset in named arguments.Loren Merritt2012-03-031-1/+4
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-02-091-4/+7
|\ \ | |/
| * 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
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-281-13/+15
|\ \ | |/
| * x86inc.asm: fix typo.Ronald S. Bultje2012-01-271-1/+1
| * config.asm: change %ifdef directives to %if directives.Ronald S. Bultje2012-01-271-13/+15
* | x86inc: remove duplicate movlhpsMichael Niedermayer2012-01-101-2/+0
* | Merge remote-tracking branch 'qatar/master'Michael Niedermayer2012-01-101-0/+2
|\ \ | |/
| * mpegaudiodec: optimized iMDCT transformVitor Sessak2012-01-081-0/+2
| * x86inc: Flag shufps as an floating-point instruction for the AVX emulation code.Vitor Sessak2011-11-271-1/+1
* | x86inc: Flag shufps as an floating-point instruction for the AVX emulation code.Vitor Sessak2011-11-281-1/+1
* | Fix compilation with YASM.Reimar Döffinger2011-11-201-3/+3
* | HACK: fix compilation with NASM.Reimar Döffinger2011-11-201-0/+15
* | mpegaudiodec: add SSE-optimized imdct36()Vitor Sessak2011-11-071-0/+2
|/
* 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
* Move x86inc.asm to libavutil/.Ronald S. Bultje2011-08-121-0/+905
OpenPOWER on IntegriCloud