Commit 2b6794b6 authored by rathann's avatar rathann

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


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@15763 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 4cdba884
...@@ -1245,6 +1245,8 @@ case "$arch" in ...@@ -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];
......
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