]> www.ginac.de Git - cln.git/blobdiff - src/float/ffloat/misc/cl_FF_exponent.cc
Fix linking problems on some platforms caused by inline/non-inline versions
[cln.git] / src / float / ffloat / misc / cl_FF_exponent.cc
index f9f6b672be9070b6fbe68782e4ec5b268f8efc82..4f60ceadcea8da455a7318d4f49baeb6b77a608f 100644 (file)
@@ -13,8 +13,7 @@
 
 namespace cln {
 
-MAYBE_INLINE
-sintE float_exponent (const cl_FF& x)
+CL_INLINE sintE CL_INLINE_DECL(float_exponent) (const cl_FF& x)
 {
        var uintL uexp = FF_uexp(cl_ffloat_value(x));
        if (uexp==0) { return 0; }