Re: [libav-devel] [PATCH 01/45] x86: Use consistent 3dnowext file/function/macro name suffixes

2012-08-01 Thread Janne Grunau
On 2012-08-01 00:17:25 +0200, Diego Biurrun wrote: > Currently there is a wild mix of 3dn2/3dnow2/3dnowext. Switching to > "3dnowext", which is the actual name of the CPU flag unifies this. define "actual name" it is the same name as the linux kernel reports in /proc/cpuinfo which is also just a

[libav-devel] [PATCH 01/45] x86: Use consistent 3dnowext file/function/macro name suffixes

2012-07-31 Thread Diego Biurrun
Currently there is a wild mix of 3dn2/3dnow2/3dnowext. Switching to "3dnowext", which is the actual name of the CPU flag unifies this. --- libavcodec/x86/Makefile |4 +- libavcodec/x86/dsputil_mmx.c | 14 ++-- libavcodec/x86/fft.c