Displaying 1 result from an estimated 1 matches for "761596".
Did you mean:
761590
2000 Jun 28
2
trivial optimization to psy.c
Hi all,
The following is a trivial patch to psy.c, but combining the two loops saves
a percent or two (according to gprof).
=================================================================
--- psy.c Mon Jun 19 12:05:57 2000
+++ - Wed Jun 28 15:14:17 2000
@@ -550,12 +550,11 @@
frameno++;
memset(flr,0,n*sizeof(double));
- for(i=0;i<n;i++)work[i]=fabs(f[i]);
-
- /* find the highest