Hmm...just checked out the older version of the seti source by Alex Kan & Rick Berry optimized mac source code from their website http://writhe.org.uk/seti@home/. Note: the lastest modified file was 9-15-2005 so it was pre "enhanced" I'm guessing...They not only optimized existing functions they cleaned up formatting, added documentation, re-wrote entire sections and changed the way computations were performed (chirping)...so apparently they have reviewed some of the math. They also commented many undocumented routines inside the source, so they seem to have worked through what Eric K. et al were trying to achieve with many of their functions.
Regarding an earlier question..."can some students be tasked with reviewing the math..." Alex is apparently a U.C. Berkeley engineering student.
Figured out how to tell ICC to super optimize v_getPowerSpectrum...hand coding could hardly improve on it.
Is that ippsPowerSpectr_32fc() ? - Joe
#ifdef __INTEL_COMPILER #define ALIGNED_YES( buffer_ ) __assume_aligned( buffer_, SIMD_ALIGN ); #else #define ALIGNED_YES( buffer_ ) #endif