Microsoft states VS2010 supports the full set of AVX instructions:
...
In VS2010 release, all AVX features and instructions are fully supported via intrinsic and /arch:AVX
.
...
But I cannot find any Intrinsics for Fused Multiply Add Operations
I need to use _mm256_fmadd_ps
function but it is missing in "immintrin.h" header. I'm really stuck with it.