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
As documented in #2196,
_mm_maskmoveu_si128(a, mask, ptr)requires the memoryptrpoints 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