[x264-devel] x86inc: Rename 3dnow2 to 3dnowext
    Diego Biurrun 
    git at videolan.org
       
    Thu Nov  8 00:55:03 CET 2012
    
    
  
x264 | branch: master | Diego Biurrun <diego at biurrun.de> | Tue Nov  6 14:48:56 2012 +0100| [64cbe75cf3cae2bbc8fb34bcda5a9742d22f83f2] | committer: Jason Garrett-Glaser
x86inc: Rename 3dnow2 to 3dnowext
The name "3dnowext" is more common than "3dnow2". Doesn't affect x264.
> http://git.videolan.org/gitweb.cgi/x264.git/?a=commit;h=64cbe75cf3cae2bbc8fb34bcda5a9742d22f83f2
---
 common/x86/x86inc.asm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/common/x86/x86inc.asm b/common/x86/x86inc.asm
index 368b6f7..aa3f6aa 100644
--- a/common/x86/x86inc.asm
+++ b/common/x86/x86inc.asm
@@ -556,7 +556,7 @@ SECTION .note.GNU-stack noalloc noexec nowrite progbits
 %assign cpuflags_mmx      (1<<0)
 %assign cpuflags_mmx2     (1<<1) | cpuflags_mmx
 %assign cpuflags_3dnow    (1<<2) | cpuflags_mmx
-%assign cpuflags_3dnow2   (1<<3) | cpuflags_3dnow
+%assign cpuflags_3dnowext (1<<3) | cpuflags_3dnow
 %assign cpuflags_sse      (1<<4) | cpuflags_mmx2
 %assign cpuflags_sse2     (1<<5) | cpuflags_sse
 %assign cpuflags_sse2slow (1<<6) | cpuflags_sse2
    
    
More information about the x264-devel
mailing list