crc32 on ppc64 (8131048)
Volker Simonis
volker.simonis at gmail.com
Fri Nov 20 16:41:14 UTC 2015
Hi Vladimir,
did you mixed up UseCRC32CIntrinsics with UseCRC32Intrinsics (without the
"C" in the middle)?
We have only implemented CRC32 until now but not CRC32C.
I was confused myself after your question and only found the solution after
using "grep" with copy and pasting "UseCRC32CIntrinsics".
Regards,
Volker
On Fri, Nov 20, 2015 at 5:01 PM, Vladimir Kozlov <vladimir.kozlov at oracle.com
> wrote:
> Hi,
>
> We are reviewing crc32 implementation for SPARC currently and I looked on
> ppc code and found strange code for flag setting - it reset (set off)
> UseCRC32CIntrinsics flag immediately after setting it on:
>
>
> http://hg.openjdk.java.net/jdk9/hs-comp/hotspot/file/f60b602209c7/src/cpu/ppc/vm/vm_version_ppc.cpp#l162
>
> Is it intentional?
>
> Thanks,
> Vladimir
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/attachments/20151120/7145bd65/attachment.html>
More information about the hotspot-compiler-dev
mailing list