summaryrefslogtreecommitdiffstats
path: root/lib/ffts/config.h.in
diff options
context:
space:
mode:
authorTimothy Pearson <kb9vqf@pearsoncomputing.net>2016-10-01 17:09:04 -0500
committerTimothy Pearson <kb9vqf@pearsoncomputing.net>2016-10-01 17:09:04 -0500
commite4e92bf2b00ed469141029640f192579c0ba1025 (patch)
tree6cd4352f84cfe4488277c879b70b5c43fd3fdd90 /lib/ffts/config.h.in
parentd8856bdf08c7fcbfe1608b692c632e2023d6dd06 (diff)
downloadulab-e4e92bf2b00ed469141029640f192579c0ba1025.tar.gz
ulab-e4e92bf2b00ed469141029640f192579c0ba1025.zip
Switch FFTS to linkotec branch for cross-arch support
Diffstat (limited to 'lib/ffts/config.h.in')
-rw-r--r--lib/ffts/config.h.in5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/ffts/config.h.in b/lib/ffts/config.h.in
index 60ecb2f..6b3ca60 100644
--- a/lib/ffts/config.h.in
+++ b/lib/ffts/config.h.in
@@ -9,9 +9,6 @@
/* Define to FFT in single precision. */
#undef FFTS_PREC_SINGLE
-/* Set ARM float abi. */
-#undef FLOAT_ABI
-
/* Define to 1 if you have the declaration of `memalign', and to 0 if you
don't. */
#undef HAVE_DECL_MEMALIGN
@@ -146,3 +143,5 @@
/* Define to the type of an unsigned integer type of width exactly 64 bits if
such a type exists and the standard includes do not define it. */
#undef uint64_t
+
+// vim: set autoindent noexpandtab tabstop=3 shiftwidth=3: