Commit 38336f0f authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit '5800ba0d'

* commit '5800ba0d':
  configure: disable cpunop if the check fails
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 96ea3dea 5800ba0d
......@@ -4257,7 +4257,7 @@ EOF
check_yasm "vpmacsdd xmm0, xmm1, xmm2, xmm3" || disable xop_external
check_yasm "vfmadd132ps ymm0, ymm1, ymm2" || disable fma3_external
check_yasm "vfmaddps ymm0, ymm1, ymm2, ymm3" || disable fma4_external
check_yasm "CPU amdnop" && enable cpunop
check_yasm "CPU amdnop" || disable cpunop
fi
case "$cpu" in
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment