]> granicus.if.org Git - libx264/commitdiff
x86inc: switch to amdnops
authorFiona Glaser <fiona@x264.com>
Wed, 22 Feb 2012 21:33:36 +0000 (13:33 -0800)
committerFiona Glaser <fiona@x264.com>
Wed, 7 Mar 2012 01:13:23 +0000 (17:13 -0800)
Recent AMD CPUs' instruction decoders choke horribly on extremely long nops (i.e. with 4 prefixes).
Won't affect much, since we don't use ALIGN much.

common/x86/x86inc.asm

index def62fa268e36032c7eaad445a4d9133d6d0dacd..648bb815372a78ea88353b6b5a27a668d7e0400f 100644 (file)
@@ -92,7 +92,7 @@
 %endif
 
 ; Always use long nops (reduces 0x90 spam in disassembly on x86_32)
-CPU intelnop
+CPU amdnop
 
 ; Macros to eliminate most code duplication between x86_32 and x86_64:
 ; Currently this works only for leaf functions which load all their arguments