RFR: 8266054: VectorAPI rotate operation optimization [v10]

Jatin Bhateja jbhateja at openjdk.java.net
Mon Jul 26 18:58:28 UTC 2021


On Mon, 26 Jul 2021 17:19:07 GMT, Sandhya Viswanathan <sviswanathan at openjdk.org> wrote:

>> And'ing with shift_mask is already done on Java API side implementation before making a call to intrinsic rountine.
>
> @jatin-bhateja  This question is still pending.

@sviswa7, SLP flow will either have a constant 8bit shift value or a variable shift present in vector. So non constant scalar case will not be hit through this route.

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

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


More information about the core-libs-dev mailing list