Skip to content
Snippets Groups Projects
Commit df4f4fc8 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

Merge remote-tracking branch 'qatar/master'


* qatar/master:
  configure: x86: Only enable cpunop on i686

Merged-by: default avatarMichael Niedermayer <michaelni@gmx.at>
parents 69d52ef8 2c2c48a9
No related branches found
No related tags found
No related merge requests found
......@@ -3797,7 +3797,7 @@ EOF
die "yasm not found, use --disable-yasm for a crippled build"
check_yasm "vextractf128 xmm0, ymm0, 0" || disable avx_external
check_yasm "vfmaddps ymm0, ymm1, ymm2, ymm3" || disable fma4_external
check_yasm "CPU amdnop" && enable cpunop
check_yasm "CPU amdnop" && enabled i686 && enable cpunop
fi
case "$cpu" in
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment