]> git.lizzy.rs Git - rust.git/commit
implement simd_eq and simd_reduce_any
authorRalf Jung <post@ralfj.de>
Tue, 22 Feb 2022 02:41:52 +0000 (21:41 -0500)
committerRalf Jung <post@ralfj.de>
Tue, 22 Feb 2022 02:41:52 +0000 (21:41 -0500)
commit1ac1e55f3b0903f8088d9da77e8da889c97477f6
tree5b4d69f136655c8c58e658f1027806359c3a6fd3
parentc8fff51825a495a3803b0abf3ab09e31b00345f3
implement simd_eq and simd_reduce_any
src/shims/intrinsics.rs
tests/compile-fail/intrinsics/simd-reduce-invalid-bool.rs [new file with mode: 0644]
tests/run-pass/portable-simd.rs