diff options
author | wiz <wiz@pkgsrc.org> | 2003-07-08 14:05:29 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2003-07-08 14:05:29 +0000 |
commit | a012fbb3915ce834faf22605b3e79be2dbd0b767 (patch) | |
tree | 8cfd210dc1501330d7c13be548798f6b4d075b04 /math/fftw/distinfo | |
parent | d6e673da4ad33d2ce40b0d9a1a513ac4fcee11a8 (diff) | |
download | pkgsrc-a012fbb3915ce834faf22605b3e79be2dbd0b767.tar.gz |
Update to 3.0.1:
* Some speed improvements in SIMD code.
* --without-cycle-counter option is removed. If no cycle counter is found,
then the estimator is always used. A --with-slow-timer option is provided
to force the use of lower-resolution timers.
* Added missing static keyword that prevented simultaneous linkage
of different-precision versions; thanks to Rasmus Larson for the bug report.
* Corrected accidental omission of f77_wisdom.f file; thanks to Alan Watson.
* Removed non-portable use of 'tempfile' in fftw-wisdom-to-conf script;
thanks to Nicolas Decoster for the patch.
* Added 'make smallcheck' target in tests/ directory, at the request of
James Treacy.
Diffstat (limited to 'math/fftw/distinfo')
-rw-r--r-- | math/fftw/distinfo | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/math/fftw/distinfo b/math/fftw/distinfo index 22a688a59ed..55f67833bf4 100644 --- a/math/fftw/distinfo +++ b/math/fftw/distinfo @@ -1,8 +1,6 @@ -$NetBSD: distinfo,v 1.5 2003/06/05 21:41:42 wiz Exp $ +$NetBSD: distinfo,v 1.6 2003/07/08 14:05:30 wiz Exp $ -SHA1 (fftw-3.0.tar.gz) = a4f33bdc975b24884c56c227e1ec02fa42185cac -Size (fftw-3.0.tar.gz) = 1951812 bytes - -SHA1 (fftw-3.0-fma.tar.gz) = a0b5cc3ce30d4570d0b8971e3bd318bacd80dffa -Size (fftw-3.0-fma.tar.gz) = 1964699 bytes -SHA1 (patch-aa) = dd7dbb6d9bb68efa30a19361cb76d5d8f5108a25 +SHA1 (fftw-3.0.1.tar.gz) = e392a005dd93583f47de29ec4992687aa21bf3a2 +Size (fftw-3.0.1.tar.gz) = 1946361 bytes +SHA1 (fftw-3.0.1-fma.tar.gz) = e2c931168f1ff1e21d34bbdced2c07798fcc853a +Size (fftw-3.0.1-fma.tar.gz) = 1961977 bytes |