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
Support for typecasting between 2 types of arrays is not yet implemented in incremental smt2 decision procedure.
This causes a failure with invariant stating that it's not possible to typecast an array of type signed_bv of 32 bits and size 4 to an array of type signed_bv of 64 bits and size 2.
This is required for the following test:
cbmc/SIMD1/test.desc
Note that to get this error the test should be run on a x86_64 CPU supporting __MMX__.