Question: can't find hflogb

Which library is this hflogb implemented in? I could not find it in either libc or libm.

What is the exact name of the function that has been changed in 64bit distributions?

(Knowing this, there would be an easy fix. Even now, one can run older maple on newer linuxen: simply copy the old system libs (from /lib/x86_64-linux-gnu and /usr/lib/x86_64-linux-gnu to a library under the maple install dir and tweak LD_LIBRARY_PATH in the maple wrapper script), but identifying the single or few changed functions would make it easier to provide a fix with less memory wasted.

Please Wait...