[FFmpeg-devel] [PATCH] lavu: add AESNI CPU flag

Henrik Gramner henrik at gramner.com
Mon Oct 12 23:58:11 CEST 2015


On Mon, Oct 12, 2015 at 8:50 AM, Rodger Combs <rodger.combs at gmail.com> wrote:
> diff --git a/tests/checkasm/checkasm.c b/tests/checkasm/checkasm.c
> @@ -117,6 +117,7 @@ static const struct {
>      { "SSSE3",    "ssse3",    AV_CPU_FLAG_SSSE3|AV_CPU_FLAG_ATOM },
>      { "SSE4.1",   "sse4",     AV_CPU_FLAG_SSE4 },
>      { "SSE4.2",   "sse42",    AV_CPU_FLAG_SSE42 },
> +    { "AESNI",    "aesni",    AV_CPU_FLAG_AESNI },
>      { "AVX",      "avx",      AV_CPU_FLAG_AVX },
>      { "XOP",      "xop",      AV_CPU_FLAG_XOP },
>      { "FMA3",     "fma3",     AV_CPU_FLAG_FMA3 },

Should be "AES-NI" with a dash here since that's the official name,
possibly in a few other places as well (using a dash wherever SSE4.1
is spelled with dot is probably reasonable).


More information about the ffmpeg-devel mailing list