Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
Announcements
The Intel sign-in experience has changed to support enhanced security controls. If you sign in, click here for more information.
7779 Discussions

AVX intrinsics _mm256_cvtps_epi32 and _mm256_cvtps_pd mislabeled

Nathan_Weeks
Beginner
309 Views

In the User and Reference Guide for the Intel® C++ Compiler 15.0, the "Intrinsics for Conversion Operations" section has two intrinsics that are mislabeled: 

  1. _mm256_cvtps_epi32 is listed as "_m256_cvtps_epi32" in the title (https://software.intel.com/en-us/node/524084)
  2. _mm256_cvtps_pd is listed as "_m256_cvtps_pd" in both the title and syntax sections (https://software.intel.com/en-us/node/524086).

-- 
Nathan Weeks
Systems Analyst
Iowa State University -- Department of Mathematics
http://weeks.public.iastate.edu/

 

0 Kudos
2 Replies
Shenghong_G_Intel
309 Views

Thank you for reporting it here, I will submit to doc team to fix in future document versions. :)

Thanks,

Shenghong

Kittur_G_Intel
Employee
310 Views

Nathan, yes, thanks again for catching yet another issue with the doc (I filed the previous two doc issues you noticed with the developers already as well).

_Kittur

Reply