Skip to content

Request LLVM to implement _CountLeadingZeros and _CountLeadingZeros64 when targeting ARM/ARM64 #1586

@cbezault

Description

@cbezault

Currently LLVM does not define the MSVC builtins _CountLeadingZeros and _CountLeadingZeros64 when targeting ARM/ARM64. This forces us to maintain a parallel code path in <bit> for LLVM targeting ARM.

We should make a bug/feature request asking the LLVM devs to implement these builtins when targeting ARM/ARM64.

Metadata

Metadata

Assignees

No one assigned

    Labels

    ARM64Related to the ARM64 architectureenhancementSomething can be improvedfixedSomething works now, yay!

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions