[FFmpeg-devel] [PATCH] WIP AVX support
Reinhard Tartler
siretart
Fri Feb 4 06:18:23 CET 2011
On Thu, Feb 03, 2011 at 21:58:51 (CET), Justin Ruggles wrote:
> On 02/03/2011 02:17 AM, Jason Garrett-Glaser wrote:
>
>> diff --git a/libavutil/cpu.h b/libavutil/cpu.h
>> index 71cc265..2ddde26 100644
>> --- a/libavutil/cpu.h
>> +++ b/libavutil/cpu.h
>> @@ -36,6 +36,7 @@
>> #define AV_CPU_FLAG_SSSE3 0x0080 ///< Conroe SSSE3 functions
>> #define AV_CPU_FLAG_SSE4 0x0100 ///< Penryn SSE4.1 functions
>> #define AV_CPU_FLAG_SSE42 0x0200 ///< Nehalem SSE4.2 functions
>> +#define AV_CPU_FLAG_AVX 0x0400 ///< Sandy Bridge AVX functions
>> #define AV_CPU_FLAG_IWMMXT 0x0100 ///< XScale IWMMXT
>> #define AV_CPU_FLAG_ALTIVEC 0x0001 ///< standard
>
>
> Isn't an lavu minor bump needed?
libavutil/cpu.h is not an exported (i.e., installed) header, so no.
it might warrant a micro bump, but TBH, that seems pedantic to me.
--
Gruesse/greetings,
Reinhard Tartler, KeyID 945348A4
More information about the ffmpeg-devel
mailing list