RFR: 8285868: x86_64 intrinsics for floating point methods isNaN, isFinite and isInfinite [v6]

Srinivas Vamsi Parasa duke at openjdk.java.net
Wed May 18 06:37:50 UTC 2022


On Wed, 18 May 2022 06:07:00 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:

>> Srinivas Vamsi Parasa has updated the pull request incrementally with one additional commit since the last revision:
>> 
>>   use 0x1 to be simpler
>
> src/hotspot/share/opto/fpclassnode.hpp line 86:
> 
>> 84: };
>> 85: 
>> 86: #endif // SHARE_OPTO_FPCLASSNODE_HPP
> 
> You can move these to src/hotspot/share/opto/intrinsicnode.hpp

Thanks Jatin! Will make the change and push the update.

-------------

PR: https://git.openjdk.java.net/jdk/pull/8459


More information about the hotspot-compiler-dev mailing list