RFR: 8285868: x86 intrinsics for floating point methods isNaN, isFinite and isInfinite [v6]
Srinivas Vamsi Parasa
duke at openjdk.java.net
Tue May 24 22:53:24 UTC 2022
On Wed, 18 May 2022 06:21:16 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
>
> test/micro/org/openjdk/bench/java/lang/FloatClassCheck.java line 45:
>
>> 43: public class FloatClassCheck {
>> 44:
>> 45: RandomGenerator rng;
>
> Just a suggestion we can also create one benchmark to handle both the floating point types.
True, I thought keeping them separate would allow future tests could be added for each type.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8459
More information about the hotspot-compiler-dev
mailing list