How to formally verify correctness of vectorized C code (or Fortran)

112 Views Asked by At

I'm trying to use Frama-c but I want to use AVX instructions in some places. Noramlly you can enable them with gcc -mavx2. Is there something like this for Frama-C. If not, is there some better tool for this? Perhaps it would be easier to verify Fortran code as it abstracts vectorization details but I am not aware of any tools for verifying Fortran code.

0

There are 0 best solutions below