]> www.ginac.de Git - cln.git/blobdiff - src/base/digitseq/cl_DS_mul_fftr.h
Assume types 'long long int' and 'long double' exist.
[cln.git] / src / base / digitseq / cl_DS_mul_fftr.h
index d99da53837a7f1d4a5828ee2434898048b71b0d1..674edd78cd5bc195512c0dfcebfbc5e601c507be 100644 (file)
 #include "cln/exception.h"
 
 
-#if defined(HAVE_LONGDOUBLE) && (long_double_mant_bits > double_mant_bits) && (defined(__i386__) || defined(__m68k__) || (defined(__sparc__) && 0))
+#if (long_double_mant_bits > double_mant_bits) && (defined(__i386__) || defined(__m68k__) || (defined(__sparc__) && 0))
 // Only these CPUs have fast "long double"s in hardware.
 // On SPARC, "long double"s are emulated in software and don't work.
 typedef long double fftr_real;