Hello, a quick question on whether GCC can do (auto) vectorization of math functions like pow, exp, log, sin, cos, et. al. as per similar to what LLVM suggests of being able to do: http://llvm.org/docs/Vectorizers.html#vectorization-of-function-calls Is GCC (e.g. 4.9.1) capable of something similar? Regards Leon.