# HG changeset patch # User diego # Date 1197412162 0 # Node ID dfba068210767b68bcead3e4eeab1ea6e53823c0 # Parent 6a7cf06be2e8f395bc2aa0708926bd8428ffb01b Ahem, fix breakage of last commit: The AltiVec detection code has three sections, namely OS X, AMIGAOS4 and the rest. diff -r 6a7cf06be2e8 -r dfba06821076 cpudetect.c --- a/cpudetect.c Tue Dec 11 21:58:42 2007 +0000 +++ b/cpudetect.c Tue Dec 11 22:29:22 2007 +0000 @@ -448,6 +448,9 @@ #ifdef __APPLE__ #include +#elif __AMIGAOS4__ +/* nothing */ +#else #include #include