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

« back to all changes in this revision

Viewing changes to dft/simd/codelets/n2sv_32.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:30 EST 2009 */
 
22
/* Generated on Sun Jul 12 06:40:39 EDT 2009 */
23
23
 
24
24
#include "codelet-dft.h"
25
25
 
697
697
}
698
698
 
699
699
static const kdft_desc desc = { 32, "n2sv_32", {236, 0, 136, 0}, &GENUS, 0, 1, 0, 0 };
 
700
 
700
701
void X(codelet_n2sv_32) (planner *p) {
701
702
     X(kdft_register) (p, n2sv_32, &desc);
702
703
}
1438
1439
}
1439
1440
 
1440
1441
static const kdft_desc desc = { 32, "n2sv_32", {340, 52, 32, 0}, &GENUS, 0, 1, 0, 0 };
 
1442
 
1441
1443
void X(codelet_n2sv_32) (planner *p) {
1442
1444
     X(kdft_register) (p, n2sv_32, &desc);
1443
1445
}