Commit e60e4ab2 authored by mru's avatar mru

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@7450 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent a5d61925
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment