summaryrefslogtreecommitdiff
path: root/src/post/deinterlace/plugins/greedy2frame_template_sse2.c
AgeCommit message (Collapse)Author
2014-12-07Fix compiling greedy2frame_template_sse2.cPetri Hintukainen
Some compilers generate invalid assembler code (64-bit register prefix) when %q is used in 32-bit code. Maybe compiler bug ? ("Produces the quad word register name for an operand if the target supports quad word. Otherwise, it produces a word register name.")
2013-07-03Fix FSF address in a bunch of filesXavier Bachelot
2012-06-15Fixed greedy2frame_template_sse2.c when only 4 registers are availableRoland Scheidegger
2012-06-10Fix building on non-x86 systemsPetri Hintukainen
2012-05-25Fixed compiling DeinterlaceGreedy2Frame_SSE2() when only 5 GP registers are ↵Petri Hintukainen
available
2012-05-22Added SSE2 version of DeinterlaceGreedy2FrameRoland Scheidegger