Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ARROW-3849: [C++] Leverage Armv8 crc32 extension instructions to accelerate the hash computation for Arm64 #3010

Closed
wants to merge 3 commits into from

Commits on Nov 29, 2018

  1. ARROW-3849 Leverage Armv8 crc32 extension instructions to accelerate …

    …the hash computation for Arm64
    
    The Hash utility leverages SSE4 to accelerate the Crc32 data hash computation for x86.
    Correspondingly, we will leverage the Arm crc32 extension instructions
    to accelerate the hash computation for AArch64.
    
    Change-Id: I7da36f8da8d1c32f10eef33a664e5e230f214c59
    Signed-off-by: Yuqi Gu <yuqi.gu@arm.com>
    guyuqi committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    fcf972e View commit details
    Browse the repository at this point in the history
  2. Rebase the patch to master

    Change-Id: I3044a89bae619968e340636996f014a0134f1030
    Signed-off-by: Yuqi Gu <yuqi.gu@arm.com>
    guyuqi committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    1cf378a View commit details
    Browse the repository at this point in the history
  3. Fix the coding style

    Change-Id: I02e8a52935376b4ecc700cd17edaeb871b2bd487
    guyuqi committed Nov 29, 2018
    Configuration menu
    Copy the full SHA
    6b99d20 View commit details
    Browse the repository at this point in the history