AV_CPU_FLAG_AVXSLOW

< AVX supported, but slow when using YMM registers (e.g. Bulldozer)

extern (C) @nogc nothrow
enum AV_CPU_FLAG_AVXSLOW = 0x8000000;

Meta