- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
In the User and Reference Guide for the Intel® C++ Compiler 15.0; the prototype for _mm_maskstore_pd is listed as having an __m256i mask argument:
https://software.intel.com/en-us/node/524147
extern void _mm_maskstore_pd(double *a, __m256i mask, __m128d b);
However, tye prototype in immintrin.h lists the mask argument as being of type __mm128i:
extern void __ICL_INTRINCC _mm_maskstore_pd(double *, __m128i, __m128d);
--
Nathan Weeks
Systems Analyst
Iowa State University -- Department of Mathematics
http://weeks.public.iastate.edu/
Link Copied
2 Replies
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Nathan,
I can confirm the issues, and will submit to doc team for a fix. Thank you for the issues you reported regarding our docs and make the docs better. :)
Thanks,
Shenghong

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