Skip to content

Are there other intrinsics like _mm_maskmoveu_si128 that require mutable memory even when no mutation occurs? #2216

Description

@RalfJung

As documented in #2196, _mm_maskmoveu_si128(a, mask, ptr) requires the memory ptr points to to be writable, even if the mask makes it so that no write actually occurs.

Are there any other intrinsics like that? They should all get corresponding remarks in their documentation.
Cc @programmerjake @Amanieu @workingjubilee @folkertdev

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