diff options
Diffstat (limited to 'sci-libs/fftw/metadata.xml')
-rw-r--r-- | sci-libs/fftw/metadata.xml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/sci-libs/fftw/metadata.xml b/sci-libs/fftw/metadata.xml index adf47d40fd4c..e6d20c6a3cd5 100644 --- a/sci-libs/fftw/metadata.xml +++ b/sci-libs/fftw/metadata.xml @@ -1,8 +1,8 @@ <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> -<herd>sci</herd> -<longdescription lang="en"> + <herd>sci</herd> + <longdescription lang="en"> The Fastest Fourier Transform in the West is a C subroutine library for computing the Discrete Fourier Transform (DFT) in one or more dimensions, of both real and complex data, and of arbitrary input @@ -11,12 +11,12 @@ that FFTW's performance is typically superior to that of other publicly available FFT software. </longdescription> -<use> - <flag name='avx'>Adds support for Advanced Vector Extensions</flag> - <flag name='float'>Link default library to single precision instead of + <use> + <flag name="avx">Adds support for Advanced Vector Extensions</flag> + <flag name="float">Link default library to single precision instead of double (symlinks only and fftw-2.1)</flag> - <flag name='paired-single'>Adds support for pair-single optimizations of mips</flag> - <flag name='quad'>Build quadruple precision lib</flag> - <flag name='zbus'>Adds support for ZBus cycle-counter of mips</flag> -</use> + <flag name="paired-single">Adds support for pair-single optimizations of mips</flag> + <flag name="quad">Build quadruple precision lib</flag> + <flag name="zbus">Adds support for ZBus cycle-counter of mips</flag> + </use> </pkgmetadata> |