You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Oh, that 'mutable' triggers the 'ignoring deprecated mutable type constructor' warning. Think I will close this issue and open another one to remove deprecated mutable type constructors.
This adds the AVX512BITALG intrinsics.
It also patches the verification against the Intel Intrinsic Guide
because Rust uses a different naming.
Added intrinsics match _mm(256|512)?(_maskz?)?_popcnt_epi(8|16) for the popcount ones
and _mm(256|512)?(_mask)?_bitshuffle_epi64_mask
celinval
added a commit
to celinval/rust-dev
that referenced
this issue
Jun 4, 2024
- Support to --lib-c is not well tested. Keep it as experiemental.
- Change how CBMC behaves when a function that is not defined is
reachable. This mitigates issues rust-lang#576. We should still add an
unimplemented assertion so we can flip the results of other checks to
undetermined.
These two are the same now I believe
The text was updated successfully, but these errors were encountered: