x86: allow using add_hfyu_median_prediction_cmov on any cpu with cmov
authorMans Rullgard <mans@mansr.com>
Sun, 2 Sep 2012 15:05:56 +0000 (16:05 +0100)
committerMans Rullgard <mans@mansr.com>
Fri, 7 Sep 2012 10:42:35 +0000 (11:42 +0100)
commit5fe64d88f67637af6037fa864b1c66e41148597c
tree1d5e52e36fc2c6dbef130ef54d983af5468d4851
parent9afb7061f938831248942050cfdb449e014ed427
x86: allow using add_hfyu_median_prediction_cmov on any cpu with cmov

For some reason add_hfyu_median_prediction_cmov is only selected
on 3Dnow-capable CPUs, even though it uses no 3Dnow instructions.
This patch allows it to be selected on any cpu with cmov with the
possibility of being overridden by the mmxext version.

Signed-off-by: Mans Rullgard <mans@mansr.com>
libavcodec/x86/dsputil_mmx.c