]> www.ginac.de Git - cln.git/blobdiff - src/float/dfloat/elem/cl_DF_zerop.cc
Fix linking problems on some platforms caused by inline/non-inline versions
[cln.git] / src / float / dfloat / elem / cl_DF_zerop.cc
index 37bf62ab3f88d4e868ee90284e77acd006380579..8af6b73d91992008ba391283e70a81b97a33d962 100644 (file)
@@ -13,8 +13,7 @@
 
 namespace cln {
 
-MAYBE_INLINE
-bool zerop (const cl_DF& x)
+CL_INLINE bool CL_INLINE_DECL(zerop) (const cl_DF& x)
 {
 #if 0
        return DF_uexp(TheDfloat(x)->dfloat_value_semhi) == 0;