]> git.lizzy.rs Git - rust.git/commitdiff
Merge rust-lang/portable-simd#243 from ./no-overflow-panic
authorJubilee <46493976+workingjubilee@users.noreply.github.com>
Wed, 9 Feb 2022 20:46:41 +0000 (12:46 -0800)
committerGitHub <noreply@github.com>
Wed, 9 Feb 2022 20:46:41 +0000 (12:46 -0800)
Remove overflow panic from divrem and add basic docs to Simd<T, N>

This finishes normalizing Simd<T, N> to being approximately equivalent to Simd<Wrapping<T>, N> for all implemented operations I can think of. It also documents this fact, allowing this to close rust-lang/portable-simd#56.


Trivial merge