]> git.sesse.net Git - vlc/commit
macosx: Change the optimizations paramaters.
authorDerk-Jan Hartman <hartman@videolan.org>
Fri, 12 Jun 2009 14:07:22 +0000 (16:07 +0200)
committerDerk-Jan Hartman <hartman@videolan.org>
Fri, 12 Jun 2009 14:11:15 +0000 (16:11 +0200)
commit1a004f7e8dec31356bd2042fc09c215284a6c50a
treeb29a67ea739d9d842c08114dd0df90ee6ed26d14
parent9f3d2575b9438da25b867c2e8c5c984e8d318b50
macosx: Change the optimizations paramaters.

From the beginning we were using -march=pentium-m -mtune=prescott
However this was based on the Intel development machine of Apple. All actually shipped Intel machines by Apple are at least Core machines. As such, we might as well use -march=prescott -mtune=generic now. For 10.6 I currently think we should use -march=prescott -mtune=core2, since that will allow us to use much more advanced optimizations, and only few machines were shipped as Core, most were Core2 machines.
configure.ac
extras/contrib/bootstrap