Closed
Description
GCC just implemented rewiring the MMX intrinsics to 8byte SSE2 equivalents. Rust could do the same to avoid emitting MMX instructions and the associated pitfalls such as #57831 while still offering __m64
vector types.
GCC just implemented rewiring the MMX intrinsics to 8byte SSE2 equivalents. Rust could do the same to avoid emitting MMX instructions and the associated pitfalls such as #57831 while still offering __m64
vector types.