- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 ?)
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 ?)
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
thanks for the information, though it looks rather odd since there is more than 20 pages in the user manual detailing FMA intrinsics

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page