r25366 - trunk/cpudetect.c
11 Dec
2007
11 Dec
'07
5:29 p.m.
Author: diego Date: Tue Dec 11 23:29:22 2007 New Revision: 25366 Log: Ahem, fix breakage of last commit: The AltiVec detection code has three sections, namely OS X, AMIGAOS4 and the rest. Modified: trunk/cpudetect.c Modified: trunk/cpudetect.c ============================================================================== --- trunk/cpudetect.c (original) +++ trunk/cpudetect.c Tue Dec 11 23:29:22 2007 @@ -448,6 +448,9 @@ static void check_os_katmai_support( voi #ifdef __APPLE__ #include <sys/sysctl.h> +#elif __AMIGAOS4__ +/* nothing */ +#else #include <signal.h> #include <setjmp.h>
6545
Age (days ago)
6545
Last active (days ago)
0 comments
1 participants
participants (1)
-
diego