diff options
author | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2016-10-01 17:09:04 -0500 |
---|---|---|
committer | Timothy Pearson <kb9vqf@pearsoncomputing.net> | 2016-10-01 17:09:04 -0500 |
commit | e4e92bf2b00ed469141029640f192579c0ba1025 (patch) | |
tree | 6cd4352f84cfe4488277c879b70b5c43fd3fdd90 /lib/ffts/config.h.in | |
parent | d8856bdf08c7fcbfe1608b692c632e2023d6dd06 (diff) | |
download | ulab-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.in | 5 |
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: |