提交 416519dd 编写于 作者: M Måns Rullgård

allow --cpu=core2 for Intel Core2 tuning with gcc 4.3 snapshots

Originally committed as revision 7450 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 977d126e
......@@ -1287,7 +1287,7 @@ if test $cpu != "generic"; then
cmov="no"
;;
# targets that do support conditional mov (cmov)
i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx)
i686|pentiumpro|pentium[23]|pentium-m|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx|core2)
add_cflags "-march=$cpu"
cmov="yes"
cmov_is_fast="yes"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册