dragonwell-project / dragonwell21

GNU General Public License v2.0
66 stars 19 forks source link

[Backport] 8322770: Implement C2 VectorizedHashCode on AArch64 #45

Closed JoshuaZhuwj closed 5 months ago

JoshuaZhuwj commented 5 months ago

The code to calculate a hash code consists of two parts: a vectorized loop of Neon instruction that process 4 or 8 elements per iteration depending on the data type and a fully unrolled scalar "loop" that processes up to 7 tail elements.

CLAassistant commented 5 months ago

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you sign our Contributor License Agreement before we can accept your contribution.


Joshua Zhu seems not to be a GitHub user. You need a GitHub account to be able to sign the CLA. If you have already a GitHub account, please add the email address used for this commit to your account.
You have signed the CLA already but the status is still pending? Let us recheck it.