mirror of
https://github.com/rust-lang/rust.git
synced 2026-02-15 02:44:27 +00:00
Implement simd_as for pointers Expands `simd_as` (and `simd_cast`) to handle pointer-to-pointer, pointer-to-integer, and integer-to-pointer conversions. cc ``@programmerjake`` ``@thomcc``