diff options
author | Christoph Junghans <ottxor@gentoo.org> | 2013-02-19 05:13:14 +0000 |
---|---|---|
committer | Christoph Junghans <ottxor@gentoo.org> | 2013-02-19 05:13:14 +0000 |
commit | 003a7091f4c07a0d0e7610fc5e9c738905ef95ff (patch) | |
tree | 0fd13f1e321fde0976aeb2707fc793cd959a8c4f /sci-libs/fftw | |
parent | Add ~arm-linux keyword. (diff) | |
download | gentoo-2-003a7091f4c07a0d0e7610fc5e9c738905ef95ff.tar.gz gentoo-2-003a7091f4c07a0d0e7610fc5e9c738905ef95ff.tar.bz2 gentoo-2-003a7091f4c07a0d0e7610fc5e9c738905ef95ff.zip |
fixed fma description (bug #445053)
(Portage version: 2.2.0_alpha163/cvs/Linux x86_64, signed Manifest commit with key C2000586)
Diffstat (limited to 'sci-libs/fftw')
-rw-r--r-- | sci-libs/fftw/ChangeLog | 5 | ||||
-rw-r--r-- | sci-libs/fftw/metadata.xml | 2 |
2 files changed, 5 insertions, 2 deletions
diff --git a/sci-libs/fftw/ChangeLog b/sci-libs/fftw/ChangeLog index f070d529e6b2..9ce73183889d 100644 --- a/sci-libs/fftw/ChangeLog +++ b/sci-libs/fftw/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sci-libs/fftw # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.135 2013/02/03 00:54:22 ottxor Exp $ +# $Header: /var/cvsroot/gentoo-x86/sci-libs/fftw/ChangeLog,v 1.136 2013/02/19 05:13:14 ottxor Exp $ + + 19 Feb 2013; Christoph Junghans <ottxor@gentoo.org> metadata.xml: + fixed fma description (bug #445053) *fftw-3.3.3-r1 (03 Feb 2013) diff --git a/sci-libs/fftw/metadata.xml b/sci-libs/fftw/metadata.xml index 2b8eeab3750e..a5d7e8bbe710 100644 --- a/sci-libs/fftw/metadata.xml +++ b/sci-libs/fftw/metadata.xml @@ -15,7 +15,7 @@ <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="fma">Use the Fused Multiply Add instruction set</flag> +<flag name="fma">Use the Fused Multiply Add instruction set (fma3/fma4 either one)</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> |