--- trunk/xvidcore/src/image/x86_asm/gmc_mmx.asm 2006/06/14 21:44:07 1709 +++ trunk/xvidcore/src/image/x86_asm/gmc_mmx.asm 2008/08/19 09:06:48 1790 @@ -20,7 +20,7 @@ ; * along with this program; if not, write to the Free Software ; * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA ; * -; * $Id: gmc_mmx.asm,v 1.1 2006-06-14 21:44:07 Skal Exp $ +; * $Id: gmc_mmx.asm,v 1.3 2008-08-19 09:06:48 Isibaar Exp $ ; * ; *************************************************************************/ @@ -193,7 +193,8 @@ GMC_8_SSE2 - pshuflw xmm4, [esp +20], 01010101b ; Rounder (bits [16..31]) + movd xmm4, [esp +20] + pshuflw xmm4, xmm4, 01010101b ; Rounder (bits [16..31]) punpckldq xmm4, xmm4 mov eax, [esp + 4] ; Dst @@ -206,3 +207,7 @@ .endfunc ;////////////////////////////////////////////////////////////////////// + +%ifidn __OUTPUT_FORMAT__,elf +section ".note.GNU-stack" noalloc noexec nowrite progbits +%endif