In the last couple of years, I\'ve been doing a lot of SIMD programming and most of the time I\'ve been relying on compiler intrinsic functions (such as the ones for SSE pro
That would be Fortran that you are looking for. If memory serves even the open-source compilers (g95, gfortran) will take advantage of SSE if it's implemented on your hardware.