Skip to content

Count() not using fast path on AVX512 CPUs #46

Description

@vdarulis

On AVX512 CPU's hardware is always just isAVX512. So Count() will fall-through to non-SIMD generic fallback.
Unless there's some other reason, I think it should be case isAccelerated, isAVX512: instead.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions