Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!zaphod.mps.ohio-state.edu!rpi!batcomputer!finn From: finn@batcomputer.tn.cornell.edu (Lee Samuel Finn) Newsgroups: comp.sys.next Subject: 68040 Math / Why so much system time? Summary: 68040 trancendental math uses exorbitant system time Keywords: 68040 math, system time Message-ID: <1991Feb14.160749.19048@batcomputer.tn.cornell.edu> Date: 14 Feb 91 16:07:49 GMT Sender: lsf@astrosun.tn.cornell.edu Distribution: na Organization: Cornell Theory Center Lines: 55 Ok, I've just finished upgrading to OS2.0 and the 68040 logic board. Recalling some discussion earlier, which was never resolved on the net, I wrote a stupid program to exercise some trancendental arithmetic and then timed the puppy: #include #define n 10000 #define m 100 #define pi 3.141592653589 void test2(double *a){ return; } main(){ int i,j; double b,a[n]; for(j=0;j