Skip to content

Commit

Permalink
Compiles, test still fails
Browse files Browse the repository at this point in the history
  • Loading branch information
tautschnig committed Dec 4, 2023
1 parent 6207f88 commit fcae824
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion library/kani/src/models/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -185,8 +185,10 @@ mod test {
}

/// Compare the value returned by our model and the portable simd representation.
fn check_portable_bitmask<T, E, const LANES: usize>(mask: T)
fn check_portable_bitmask<T, E, const LANES: usize>(mask: Mask<T, LANES>)
where
T: std::simd::MaskElement,
LaneCount<LANES>: SupportedLaneCount,
E: kani_intrinsic::MaskElement,
[u8; kani_intrinsic::mask_len(LANES)]: Sized,
{
Expand Down

0 comments on commit fcae824

Please sign in to comment.