|
|
@@ -4,7 +4,7 @@
|
|
|
void throughput_test(); /* Multi process throughput */
|
|
|
void multi_throughput_test(); /* Multi process throughput */
|
|
|
void prepage(); /* Pre-fault user buffer */
|
|
|
--#if defined(linux) || defined(solaris) || defined(__AIX__) || defined(OSFV5) || defined(UWIN) || defined(Windows) || defined(__APPLE__) || defined(OSFV4)
|
|
|
+-#if defined(linux) || defined(solaris) || defined(__AIX__) || defined(OSFV5) || defined(UWIN) || defined(Windows) || defined(__APPLE__) || defined(OSFV4) || defined(IRIX) || defined(IRIX64)
|
|
|
+#ifdef HAVE_ANSIC_C
|
|
|
float do_compute(float); /* compute cycle simulation */
|
|
|
#else
|