On 01/08/15 12:27 PM, Henrik Gramner wrote:
>  ; cpuflags
> @@ -759,8 +759,8 @@ BRANCH_INSTR jz, je, jnz, jne, jl, jle, jnl, jnle, jg, 
> jge, jng, jnge, ja, jae,
>  %assign cpuflags_avx      (1<<11)| cpuflags_sse42
>  %assign cpuflags_xop      (1<<12)| cpuflags_avx
>  %assign cpuflags_fma4     (1<<13)| cpuflags_avx
> -%assign cpuflags_avx2     (1<<14)| cpuflags_avx
> -%assign cpuflags_fma3     (1<<15)| cpuflags_avx
> +%assign cpuflags_fma3     (1<<14)| cpuflags_avx
> +%assign cpuflags_avx2     (1<<15)| cpuflags_fma3

The same could be done in av_parse_cpu_flags().
It doesn't affect this patch, and can be done separately. Just throwing
the idea out there.

What about bmi/bmi2, for that matter?
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to