Re: RFR: 8249612 Remove unused ISNANF and ISNAND from jdk_util_md.h

2020-07-16 Thread Joe Darcy
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 wrote: Hello, Could you review a simple clean up of jdk_util_md.h

Re: RFR: 8249612 Remove unused ISNANF and ISNAND from jdk_util_md.h

2020-07-16 Thread Mikael Vidstedt
Nice find! :) Cheers, Mikael > On Jul 16, 2020, at 6:34 AM, Alexander Scherbatiy > 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 > >

RFR: 8249612 Remove unused ISNANF and ISNAND from jdk_util_md.h

2020-07-16 Thread Alexander Scherbatiy
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.