1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-15 14:13:16 +02:00

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
This commit is contained in:
Dominik Mierzejewski
2008-11-01 17:57:43 +00:00
parent 0d72e7d0ae
commit 34b37f86ec

2
configure vendored
View File

@@ -1245,6 +1245,8 @@ case "$arch" in
;; ;;
x86_64|amd64) x86_64|amd64)
arch="x86_32" arch="x86_32"
enable cmov
enable fast_cmov
enable fast_unaligned enable fast_unaligned
check_cc <<EOF && enable fast_64bit && arch="x86_64" check_cc <<EOF && enable fast_64bit && arch="x86_64"
int test[sizeof(char*) - 7]; int test[sizeof(char*) - 7];