提交 34b37f86 编写于 作者: D Dominik Mierzejewski

Enable CMOV usage on x86_64 arch. All x86_64 CPUs have it.

Originally committed as revision 15763 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 0d72e7d0
......@@ -1245,6 +1245,8 @@ case "$arch" in
;;
x86_64|amd64)
arch="x86_32"
enable cmov
enable fast_cmov
enable fast_unaligned
check_cc <<EOF && enable fast_64bit && arch="x86_64"
int test[sizeof(char*) - 7];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册