_mm_storeu_si16 and _mm_storeu_si64 are missing but not documented as such #62743
Labels
A-SIMD
Area: SIMD (Single Instruction Multiple Data)
O-x86_32
Target: x86 processors, 32 bit (like i686-*)
O-x86_64
Target: x86-64 processors (like x86_64-*)
T-libs-api
Relevant to the library API team, which will review and decide on the PR/issue.
They're both missing from
core::arch::x86
andcore::arch::x86_64
.It might be fine in a sense that they're missing, since there's still also core::arch::x86_64::_mm_storeu_si128 which is basically the same thing, but either they should be added in for completeness or there should be documentation on the fact that they're deliberately missing.
The text was updated successfully, but these errors were encountered: