Skip to content

Commit

Permalink
I found it useful in the Julia interface to call fftw_alignment_of (i…
Browse files Browse the repository at this point in the history
…n order to check plan applicability), in which case we need to IFFTW_EXTERN it for Windows; might be worth considering documenting this function
  • Loading branch information
stevengj committed Feb 7, 2013
1 parent 23b1bf3 commit b862318
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/ifftw.h
Original file line number Diff line number Diff line change
Expand Up @@ -1026,7 +1026,7 @@ extern unsigned X(random_estimate_seed);

double X(measure_execution_time)(const planner *plnr,
plan *pln, const problem *p);
int X(alignment_of)(R *p);
IFFTW_EXTERN int X(alignment_of)(R *p);
unsigned X(hash)(const char *s);
INT X(nbuf)(INT n, INT vl, INT maxnbuf);
int X(nbuf_redundant)(INT n, INT vl, int which,
Expand Down

0 comments on commit b862318

Please sign in to comment.