Skip to content

Make the SSE string operations faster #5938

Description

@Sonicadvance1

Deadlock and more importantly Unreal Engine 3 (A hat in Time is a good one) abuse the SSE string operations.
Specifically pcmpistri xmm0, xmm1, 0xd in UE3 and pcmpistri xmm0, xmm1, 0xc in Deadlock.

We can make these instructions faster, especially with some SVE operations being pretty good for flag setting. Determine what it would take to convert these instructions to inline ASM rather than jumping out to a C helper.

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