summaryrefslogtreecommitdiffstats
path: root/config.h.in
diff options
context:
space:
mode:
authorAnthony Blake <anthonix@me.com>2012-08-09 13:36:45 +1200
committerAnthony Blake <anthonix@me.com>2012-08-09 13:36:45 +1200
commit829c8fbb2fe38c0f5c45d6f081c53dde73dc605d (patch)
tree50a3148093431a325aaf876e177524b1883223de /config.h.in
parent9993b4b77bd21971c2e1a43dbb45567b692698c7 (diff)
downloadffts-829c8fbb2fe38c0f5c45d6f081c53dde73dc605d.zip
ffts-829c8fbb2fe38c0f5c45d6f081c53dde73dc605d.tar.gz
Pre- dynamic code generation
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in10
1 files changed, 3 insertions, 7 deletions
diff --git a/config.h.in b/config.h.in
index 69071a2..7922cd6 100644
--- a/config.h.in
+++ b/config.h.in
@@ -12,13 +12,12 @@
/* Define to 1 if you have the `m' library (-lm). */
#undef HAVE_LIBM
-/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
- to 0 otherwise. */
-#undef HAVE_MALLOC
-
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
+/* Define to FFT with ARM NEON. */
+#undef HAVE_NEON
+
/* Define to 1 if you have the `pow' function. */
#undef HAVE_POW
@@ -97,9 +96,6 @@
such a type exists and the standard includes do not define it. */
#undef int32_t
-/* Define to rpl_malloc if the replacement function should be used. */
-#undef malloc
-
/* Define to the equivalent of the C99 'restrict' keyword, or to
nothing if this is not supported. Do not define if restrict is
supported directly. */
OpenPOWER on IntegriCloud