~ubuntu-branches/ubuntu/trusty/fftw3/trusty-proposed

« back to all changes in this revision

Viewing changes to dft/simd/codelets/n2fv_8.c

  • Committer: Bazaar Package Importer
  • Author(s): Paul Brossier
  • Date: 2009-10-30 15:58:13 UTC
  • mfrom: (3.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20091030155813-sm22akeielmo6sbo
Tags: 3.2.2-1
* New upstream release
* Acknowledge non-maintainer upload (closes: #532340, #532301),
  thanks to Cyril Brulebois
* debian/control
  - add ${misc:Depends}
  - bump Standards-Version to 3.8.3, debhelper to >= 7.0.0
  - span build-depends on multiple lines
  - added Vcs-Bzr and Vcs-Browser fields
* debian/rules
  - fix bashisms (closes: #535378)
  - only install long double where needed (closes: #540408)
  - use dh_prep
* debian/compat: bump to 7
* debian/README.source: add reference to quilt documentation

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
 */
20
20
 
21
21
/* This file was automatically generated --- DO NOT EDIT */
22
 
/* Generated on Mon Feb  9 19:52:16 EST 2009 */
 
22
/* Generated on Sun Jul 12 06:39:53 EDT 2009 */
23
23
 
24
24
#include "codelet-dft.h"
25
25
 
106
106
}
107
107
 
108
108
static const kdft_desc desc = { 8, "n2fv_8", {16, 0, 10, 0}, &GENUS, 0, 2, 0, 0 };
 
109
 
109
110
void X(codelet_n2fv_8) (planner *p) {
110
111
     X(kdft_register) (p, n2fv_8, &desc);
111
112
}
196
197
}
197
198
 
198
199
static const kdft_desc desc = { 8, "n2fv_8", {26, 2, 0, 0}, &GENUS, 0, 2, 0, 0 };
 
200
 
199
201
void X(codelet_n2fv_8) (planner *p) {
200
202
     X(kdft_register) (p, n2fv_8, &desc);
201
203
}