Mercurial > hg > batch-feature-extraction-tool
diff Lib/fftw-3.2.1/doc/html/.svn/text-base/Installation-and-Customization.html.svn-base @ 15:585caf503ef5 tip
Tidy up for ROLI
author | Geogaddi\David <d.m.ronan@qmul.ac.uk> |
---|---|
date | Tue, 17 May 2016 18:50:19 +0100 |
parents | 636c989477e7 |
children |
line wrap: on
line diff
--- a/Lib/fftw-3.2.1/doc/html/.svn/text-base/Installation-and-Customization.html.svn-base Wed May 04 11:02:59 2016 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,94 +0,0 @@ -<html lang="en"> -<head> -<title>Installation and Customization - FFTW 3.2.1</title> -<meta http-equiv="Content-Type" content="text/html"> -<meta name="description" content="FFTW 3.2.1"> -<meta name="generator" content="makeinfo 4.8"> -<link title="Top" rel="start" href="index.html#Top"> -<link rel="prev" href="Upgrading-from-FFTW-version-2.html#Upgrading-from-FFTW-version-2" title="Upgrading from FFTW version 2"> -<link rel="next" href="Acknowledgments.html#Acknowledgments" title="Acknowledgments"> -<link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage"> -<!-- -This manual is for FFTW -(version 3.2.1, 5 February 2009). - -Copyright (C) 2003 Matteo Frigo. - -Copyright (C) 2003 Massachusetts Institute of Technology. - - Permission is granted to make and distribute verbatim copies of - this manual provided the copyright notice and this permission - notice are preserved on all copies. - - Permission is granted to copy and distribute modified versions of - this manual under the conditions for verbatim copying, provided - that the entire resulting derived work is distributed under the - terms of a permission notice identical to this one. - - Permission is granted to copy and distribute translations of this - manual into another language, under the above conditions for - modified versions, except that this permission notice may be - stated in a translation approved by the Free Software Foundation. - --> -<meta http-equiv="Content-Style-Type" content="text/css"> -<style type="text/css"><!-- - pre.display { font-family:inherit } - pre.format { font-family:inherit } - pre.smalldisplay { font-family:inherit; font-size:smaller } - pre.smallformat { font-family:inherit; font-size:smaller } - pre.smallexample { font-size:smaller } - pre.smalllisp { font-size:smaller } - span.sc { font-variant:small-caps } - span.roman { font-family:serif; font-weight:normal; } - span.sansserif { font-family:sans-serif; font-weight:normal; } ---></style> -</head> -<body> -<div class="node"> -<p> -<a name="Installation-and-Customization"></a> -Next: <a rel="next" accesskey="n" href="Acknowledgments.html#Acknowledgments">Acknowledgments</a>, -Previous: <a rel="previous" accesskey="p" href="Upgrading-from-FFTW-version-2.html#Upgrading-from-FFTW-version-2">Upgrading from FFTW version 2</a>, -Up: <a rel="up" accesskey="u" href="index.html#Top">Top</a> -<hr> -</div> - -<h2 class="chapter">9 Installation and Customization</h2> - -<p><a name="index-installation-357"></a> -This chapter describes the installation and customization of FFTW, the -latest version of which may be downloaded from -<a href="http://www.fftw.org">the FFTW home page</a>. - - <p>In principle, FFTW should work on any system with an ANSI C compiler -(<code>gcc</code> is fine). However, planner time is drastically reduced if -FFTW can exploit a hardware cycle counter; FFTW comes with cycle-counter -support for all modern general-purpose CPUs, but you may need to add a -couple of lines of code if your compiler is not yet supported -(see <a href="Cycle-Counters.html#Cycle-Counters">Cycle Counters</a>). (On Unix, there will be a warning at the end -of the <code>configure</code> output if no cycle counter is found.) -<a name="index-cycle-counter-358"></a><a name="index-compiler-359"></a><a name="index-portability-360"></a> -Installation of FFTW is simplest if you have a Unix or a GNU system, -such as GNU/Linux, and we describe this case in the first section below, -including the use of special configuration options to e.g. install -different precisions or exploit optimizations for particular -architectures (e.g. SIMD). Compilation on non-Unix systems is a more -manual process, but we outline the procedure in the second section. It -is also likely that pre-compiled binaries will be available for popular -systems. - - <p>Finally, we describe how you can customize FFTW for particular needs by -generating <em>codelets</em> for fast transforms of sizes not supported -efficiently by the standard FFTW distribution. -<a name="index-codelet-361"></a> - -<ul class="menu"> -<li><a accesskey="1" href="Installation-on-Unix.html#Installation-on-Unix">Installation on Unix</a> -<li><a accesskey="2" href="Installation-on-non_002dUnix-systems.html#Installation-on-non_002dUnix-systems">Installation on non-Unix systems</a> -<li><a accesskey="3" href="Cycle-Counters.html#Cycle-Counters">Cycle Counters</a> -<li><a accesskey="4" href="Generating-your-own-code.html#Generating-your-own-code">Generating your own code</a> -</ul> - -<!-- --> -</body></html> -