X-Git-Url: https://ginac.de/CLN/cln.git//cln.git?a=blobdiff_plain;ds=sidebyside;f=src%2Ffloat%2Fmisc%2Fcl_F_mostpos.cc;h=daed6864e673008fa5ac7e870bc4a7036bf3582c;hb=c84c6db5d56829d69083c819688a973867694a2a;hp=ee3a42fb12d0bf7fdc1743c031290b8767bae30d;hpb=850abfde7f0d985ba01526c346bcd0d733562943;p=cln.git diff --git a/src/float/misc/cl_F_mostpos.cc b/src/float/misc/cl_F_mostpos.cc index ee3a42f..daed686 100644 --- a/src/float/misc/cl_F_mostpos.cc +++ b/src/float/misc/cl_F_mostpos.cc @@ -43,7 +43,7 @@ inline const cl_LF most_positive_LF (uintC len) const cl_F most_positive_float (float_format_t f) { - floatformatcase((uintL)f + floatformatcase((uintC)f , return most_positive_SF; , return most_positive_FF; , return most_positive_DF;