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 name somebody used. Using the
same name as the linux kernel is not a bad idea. Only downside is
that it so long.

> ---
>  libavcodec/x86/Makefile                       |    4 +-
>  libavcodec/x86/dsputil_mmx.c                  |   14 ++++++------
>  libavcodec/x86/fft.c                          |    6 ++--
>  libavcodec/x86/fft.h                          |    6 ++--
>  libavcodec/x86/{fft_3dn.c => fft_3dnow.c}     |    2 +-
>  libavcodec/x86/{fft_3dn2.c => fft_3dnowext.c} |   26 ++++++++++++------------
>  libavcodec/x86/fft_mmx.asm                    |    8 +++---
>  libavcodec/x86/fmtconvert.asm                 |    6 ++--
>  libavcodec/x86/fmtconvert_mmx.c               |   10 +++++---
>  libavutil/x86/x86inc.asm                      |    2 +-
>  10 files changed, 43 insertions(+), 41 deletions(-)
>  rename libavcodec/x86/{fft_3dn.c => fft_3dnow.c} (97%)
>  rename libavcodec/x86/{fft_3dn2.c => fft_3dnowext.c} (85%)

patch ok

Janne
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to