RFR: 8285868: x86 intrinsics for floating point method isInfinite [v13]

Srinivas Vamsi Parasa duke at openjdk.java.net
Wed Jun 1 21:34:39 UTC 2022


On Wed, 1 Jun 2022 21:16:59 GMT, Vladimir Kozlov <kvn at openjdk.org> wrote:

>> Also, in future if we want to add the support for isFinite() and IsNaN(), wouldn't it be better to have seperate macros?
>
> I agree with Jatin's suggestion. "if" we add support in future we will separate them. Avoid over-complicating current code for some future development.

Sure, will implement the suggestion made and update the code.

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

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


More information about the hotspot-compiler-dev mailing list