Open matthiaskrgr opened 1 year ago
Thanks @matthiaskrgr, I believe this is related to https://github.com/model-checking/kani/issues/1926. We don't really support portable_simd
yet. We should make this error at least more specific until we properly fix it.
BTW, we have fixed the original projection mismatch, but the given test still fails due to unsupported simd_as
intrinsic.
Right this no longer ICEs with 0.40, renders this fixed in my eyes, but we can also leave this open to track intrinsic stuff
I tried this code:
using the following command line invocation:
with Kani version: 0.22.0
I expected to see this happen: explanation
Instead, this happened: explanation
cc https://github.com/model-checking/kani/issues/277