]> www.ginac.de Git - cln.git/blobdiff - src/float/dfloat/misc/cl_DF_exponent.cc
Fix linking problems on some platforms caused by inline/non-inline versions
[cln.git] / src / float / dfloat / misc / cl_DF_exponent.cc
index c4058e3bc8b60032884386fd2692fb742c7be4a9..677bd19008b7ab92526a0fb140b7d735b05fb979 100644 (file)
@@ -13,8 +13,7 @@
 
 namespace cln {
 
-MAYBE_INLINE
-sintE float_exponent (const cl_DF& x)
+CL_INLINE sintE CL_INLINE_DECL(float_exponent) (const cl_DF& x)
 {
        var uintL uexp = DF_uexp(TheDfloat(x)->dfloat_value_semhi);
        if (uexp==0) { return 0; }