diff options
author | jschauma <jschauma@pkgsrc.org> | 2003-07-24 16:47:52 +0000 |
---|---|---|
committer | jschauma <jschauma@pkgsrc.org> | 2003-07-24 16:47:52 +0000 |
commit | bfb9e6ea13b044dacf0610ae639b741be6c8ff0f (patch) | |
tree | 2a6274df723f6f880fff185e8520400c335810f7 /math/djbfft/patches/patch-ab | |
parent | da91049aafb37d4a177e79f8824d112852e62215 (diff) | |
download | pkgsrc-bfb9e6ea13b044dacf0610ae639b741be6c8ff0f.tar.gz |
Initial import of math/djbfft provided by Chris Lloyd in PR pkg/19258:
djbfft is an extremely fast library for floating-point convolution.
The current version holds most of the speed records for double-precision
FFTs on general-purpose computers.
djbfft provides power-of-2 complex FFTs, real FFTs at twice the
speed, and fast multiplication of complex arrays. Single precision
and double precision are equally supported.
Diffstat (limited to 'math/djbfft/patches/patch-ab')
-rw-r--r-- | math/djbfft/patches/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/math/djbfft/patches/patch-ab b/math/djbfft/patches/patch-ab new file mode 100644 index 00000000000..73ceebcc028 --- /dev/null +++ b/math/djbfft/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1.1.1 2003/07/24 16:47:52 jschauma Exp $ + +--- TARGETS.orig Thu Sep 30 21:25:58 1999 ++++ TARGETS +@@ -143,7 +143,7 @@ auto_opt + 4sr.c + 4sr.o + fftfreq.o +-djbfft.a ++libdjbfft.a + load + accuracy.o + accuracy |