_mm_maskmoveu_si128 requires mutable in-bounds memory even when it does nothing - #2196
Conversation
|
r? @folkertdev rustbot has assigned @folkertdev. Use Why was this reviewer chosen?The reviewer was selected based on:
|
38d7089 to
1c62a68
Compare
|
This PR was rebased onto a different main commit. Here's a range-diff highlighting what actually changed. Rebasing is a normal part of keeping PRs up to date, so no action is needed—this note is just to help reviewers. |
|
@folkertdev @Amanieu friendly review reminder. :) |
|
I found https://www.intel.com/content/dam/support/us/en/documents/processors/pentium4/sb/253669.pdf
https://bluewaters.ncsa.illinois.edu/liferay-content/document-library/amd_4_26568.pdf
So that seems pretty clear. |
|
Thanks!
So does this affect other intrinsics beyond _mm_maskmoveu_si128? |
That's what @programmerjake said, anyway. The Intel docs don't mention this...
I have no idea if other intrinsics have similar requirements.