bfb9e6ea13
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.
13 lines
223 B
Text
13 lines
223 B
Text
$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
|