Skip to content

Instantly share code, notes, and snippets.

Created July 30, 2010 14:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/500615 to your computer and use it in GitHub Desktop.
Save anonymous/500615 to your computer and use it in GitHub Desktop.
diff --git a/configure b/configure
index d6f0681..0e97d7e 100755
--- a/configure
+++ b/configure
@@ -2091,7 +2091,7 @@ elif enabled x86; then
disable cmov
;;
# 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|core2|amdfam10|barcelona)
+ i686|pentiumpro|pentium[23]|pentium-m|atom|athlon|athlon-tbird|athlon-4|athlon-[mx]p|athlon64|k8|opteron|athlon-fx|core2|amdfam10|barcelona)
cpuflags="-march=$cpu"
enable cmov
enable fast_cmov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment