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

« back to all changes in this revision

Viewing changes to dft/simd/codelets/n2bv_64.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:24 EST 2009 */
 
22
/* Generated on Sun Jul 12 06:40:09 EDT 2009 */
23
23
 
24
24
#include "codelet-dft.h"
25
25
 
876
876
}
877
877
 
878
878
static const kdft_desc desc = { 64, "n2bv_64", {198, 0, 258, 0}, &GENUS, 0, 2, 0, 0 };
 
879
 
879
880
void X(codelet_n2bv_64) (planner *p) {
880
881
     X(kdft_register) (p, n2bv_64, &desc);
881
882
}
1800
1801
}
1801
1802
 
1802
1803
static const kdft_desc desc = { 64, "n2bv_64", {404, 72, 52, 0}, &GENUS, 0, 2, 0, 0 };
 
1804
 
1803
1805
void X(codelet_n2bv_64) (planner *p) {
1804
1806
     X(kdft_register) (p, n2bv_64, &desc);
1805
1807
}