RFR: 8285868: x86_64 intrinsics for floating point methods isNaN, isFinite and isInfinite [v6]
Srinivas Vamsi Parasa
duke at openjdk.java.net
Thu May 19 04:31:58 UTC 2022
On Wed, 18 May 2022 19:28:21 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:
>> Initially, it was returning a boolean value and storing it in the output buffer. Vladimir suggested that the realword usecase of these methods is in conditions. Hence, the benchmarks were modified.
>
> Yes, that makes sense, but being a micro benchmark we micro focusing on perf gain due to this particular API, may be you can have one stand alone case also.
Sure, will add the standalone case also.
-------------
PR: https://git.openjdk.java.net/jdk/pull/8459
More information about the hotspot-compiler-dev
mailing list