- Timestamp:
- Mar 17, 2010, 11:13:26 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/eam_branches/largefiles.20100314/Ohana/src/opihi/lib.data/fft.c
r20936 r27306 72 72 // This requires 2(Nx*Ny*...) mem copies, but the fft operations are likely to happen in 73 73 // cache. 74 int fftND (float *x, float *y, int Ndim, int *Nsize, int forward) {74 int fftND (float *x, float *y, int Ndim, off_t *Nsize, int forward) { 75 75 76 76 int i, nIndex, minor, major, iDim;
Note:
See TracChangeset
for help on using the changeset viewer.
