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

<bit>: popcount() utilizes cnt instruction on arm64 #2127

Merged
merged 16 commits into from
Sep 11, 2021

Commits on Aug 15, 2021

  1. utilize cnt instruction on arm64

    Co-authored-by: Alex Guteniev <[email protected]>
    fsb4000 and AlexGuteniev committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    80377ff View commit details
    Browse the repository at this point in the history
  2. fix error

    fsb4000 committed Aug 15, 2021
    Configuration menu
    Copy the full SHA
    c3678ca View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2021

  1. use neon_cnt with _M_ARM64

    Co-authored-by: Alex Guteniev <[email protected]>
    fsb4000 and AlexGuteniev committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    d5727b0 View commit details
    Browse the repository at this point in the history
  2. missing inline

    fsb4000 committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    9e1028c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3b9f984 View commit details
    Browse the repository at this point in the history
  4. tests stuck. try again

    fsb4000 committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    37859da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    090cfea View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2021

  1. Configuration menu
    Copy the full SHA
    906a844 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2021

  1. address review comments

    fsb4000 committed Aug 21, 2021
    Configuration menu
    Copy the full SHA
    7130b98 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a554c85 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Configuration menu
    Copy the full SHA
    9c68dad View commit details
    Browse the repository at this point in the history
  2. add a reminder

    fsb4000 committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    032220a View commit details
    Browse the repository at this point in the history
  3. try without extra ifdefs

    fsb4000 committed Aug 26, 2021
    Configuration menu
    Copy the full SHA
    0d4dd74 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    f9fca84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    54a7bf1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    193ee4c View commit details
    Browse the repository at this point in the history