Skip to content

ART: implement custom __memcmp16? #161

Description

@enh-google

String.compareTo() ends up in memcmp16() which is provided as assembler for all other target architectures, with only riscv64 falling back to the portable C version. it's possible that autovectorization is already doing a good enough job here that it doesn't matter, but someone should probably take a look and confirm/deny that.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions