Skip to content

Do you want to replace __asm__ with __builtin_ctzll(b)? #14

Description

@scchess

static inline unsigned lsb(uint64_t b)
{
return __builtin_ctzll(b);
}

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