Skip to content

Commit

Permalink
portable-simd no longer provides a ToBitMask trait
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Dec 4, 2023
1 parent fa0e758 commit 86c81b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/kani/SIMD/portable_simd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
//! Ensure we have basic support of portable SIMD.
#![feature(portable_simd)]

use std::simd::{mask32x4, u64x16, ToBitMask};
use std::simd::{mask32x4, u64x16};

#[kani::proof]
fn check_sum_any() {
Expand Down

0 comments on commit 86c81b0

Please sign in to comment.