|
Message-ID: <af2a70080612031915t74a94520o2e3d2365e34f96a9@mail.gmail.com> Date: Sun, 3 Dec 2006 20:15:23 -0700 From: "Olivier Meyer" <roguefugu@...il.com> To: john-users@...ts.openwall.com Subject: build options for macosx-ppc32-altivec With this patch to the Makefile, I can get much higher performance. Will anyone add cpu detection to set the -mcpu arg. It can be done with /usr/bin/machine on osx. 496,497c496,497 < OPT_NORMAL="-fast -mcpu=7400 -faltivec -O6" \ < OPT_INLINE="-fast -mcpu=7400 -faltivec -O6 -finline-limit=4000" --- > OPT_NORMAL="-fast -mcpu=7450" \ > OPT_INLINE="-fast -mcpu=7450 -finline-limit=4000" -- ----------------------- Olivier V. Meyer Congress shall make no law respecting an establishment of religion, or prohibiting the free exercise thereof; or abridging the freedom of speech, or of the press; or the right of the people peaceably to assemble, and to petition the government for a redress of grievances. -- To unsubscribe, e-mail john-users-unsubscribe@...ts.openwall.com and reply to the automated confirmation request that will be sent to you.
Powered by blists - more mailing lists
Confused about mailing lists and their use? Read about mailing lists on Wikipedia and check out these guidelines on proper formatting of your messages.