Looks fine (when needed, there are equivalents of those in the Java math
library); thanks,
-Joe
On 7/16/2020 8:50 AM, Mikael Vidstedt wrote:
Nice find! :)
Cheers,
Mikael
On Jul 16, 2020, at 6:34 AM, Alexander Scherbatiy
<alexander.scherba...@bell-sw.com> wrote:
Hello,
Could you review a simple clean up of jdk_util_md.h files:
Bug: https://bugs.openjdk.java.net/browse/JDK-8249612
Fix: http://cr.openjdk.java.net/~alexsch/8249612/webrev.00
JDK-8001334 [1] defines ISNANF and ISNAND in jdk_util_md.h.
JDK-8199424 [2] removes ISNANF and ISNAND usage.
ISNANF and ISNAND are not used any more in JDK code.
The proposed fix removes ISNANF and ISNAND definition from jdk_util_md.h.
[1] https://hg.openjdk.java.net/jdk/jdk/rev/e269be167fae
[2] https://hg.openjdk.java.net/jdk/jdk/rev/da8673f61e94
Thanks,
Alexander.