RFR: 8278868: Add x86 vectorization support for Long.bitCount() [v2]

Vamsi Parasa duke at openjdk.java.net
Wed Jan 5 23:24:56 UTC 2022


On Wed, 5 Jan 2022 09:08:08 GMT, Jatin Bhateja <jbhateja at openjdk.org> wrote:

>> Updated the test to use IR framework...please check...
>
> Kindly add @requires vm.cpu.features ~= ".*avx512dq.*" in tag since test case may fail on other targets.

Added the  @requires vm.cpu.features ~= ".avx512dq." check...thanks for pointing that out!

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

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


More information about the hotspot-dev mailing list