RFR: 8320448: Accelerate IndexOf using AVX2 [v43]

Scott Gibbons sgibbons at openjdk.org
Tue May 28 20:59:16 UTC 2024


On Tue, 28 May 2024 20:35:26 GMT, Sandhya Viswanathan <sviswanathan at openjdk.org> wrote:

>> No. For (n-k)==32 we can do full reads.  I'll clarify by changing the label name.
>
> We can also do full reads for (n-k) == 31, as we also compare the kth byte.

I'll change and test.

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

PR Review Comment: https://git.openjdk.org/jdk/pull/16753#discussion_r1617883225


More information about the core-libs-dev mailing list