~ubuntu-branches/ubuntu/utopic/fftw3/utopic

« back to all changes in this revision

Viewing changes to threads/conf.c

  • Committer: Package Import Robot
  • Author(s): Matthias Klose
  • Date: 2011-12-14 13:21:22 UTC
  • mfrom: (3.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20111214132122-l4avyl2kkr7vq5aj
Tags: 3.3-1ubuntu1
* Merge with Debian; remaining changes:
  - Revert the ARM workaround.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
/*
2
 
 * Copyright (c) 2003, 2007-8 Matteo Frigo
3
 
 * Copyright (c) 2003, 2007-8 Massachusetts Institute of Technology
 
2
 * Copyright (c) 2003, 2007-11 Matteo Frigo
 
3
 * Copyright (c) 2003, 2007-11 Massachusetts Institute of Technology
4
4
 *
5
5
 * This program is free software; you can redistribute it and/or modify
6
6
 * it under the terms of the GNU General Public License as published by
23
23
 
24
24
static const solvtab s =
25
25
{
26
 
#if defined(HAVE_THREADS) || defined(HAVE_OPENMP)
27
 
 
28
26
     SOLVTAB(X(dft_thr_vrank_geq1_register)),
29
27
     SOLVTAB(X(rdft_thr_vrank_geq1_register)),
30
28
     SOLVTAB(X(rdft2_thr_vrank_geq1_register)),
31
29
 
32
 
#endif 
33
 
 
34
30
     SOLVTAB_END
35
31
};
36
32