Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

using FMA intrinsics

bronxzv
New Contributor II
368 Views
intrinsics for FMA AVX instructions are well explained in theC++ Composer XE 2011 documentation

Intrinsics Reference -> Intrinsics for Intel Advanced Vector Extensions -> Intrinsics for Fused Multiply Add Operations

though these intrinsics are missing in "immintrin.h" and all other such headers apparently, thus a simple question :how can we use these intrinsics ? (a compile flag ? other ?)
0 Kudos
2 Replies
TimP
Honored Contributor III
368 Views
There's no AVX FMA support in current released Intel compilers, so it's strange to see them described in the documentation. Such compilers haven't even reached beta. There's fma support in beta gcc, I believe.
0 Kudos
bronxzv
New Contributor II
368 Views
thanks for the information, though it looks rather odd since there is more than 20 pages in the user manual detailing FMA intrinsics
0 Kudos
Reply