RFR: 8285868: x86 intrinsics for floating point methods isNaN, isFinite and isInfinite [v9]
Vladimir Kozlov
kvn at openjdk.java.net
Tue May 24 23:09:57 UTC 2022
On Tue, 24 May 2022 22:46:34 GMT, Srinivas Vamsi Parasa <duke at openjdk.java.net> wrote:
>> src/hotspot/share/runtime/vmStructs.cpp line 1847:
>>
>>> 1845: declare_c2_type(SignumDNode, Node) \
>>> 1846: declare_c2_type(SignumFNode, Node) \
>>> 1847: declare_c2_type(IsInfiniteFNode, Node) \
>>
>> Where are other new nodes?
>
> Fixed it and pushed a new update. Sorry, that got missed!
Good.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8459
More information about the hotspot-compiler-dev
mailing list