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

AVX intrinsics _mm256_cvtps_epi32 and _mm256_cvtps_pd mislabeled

Nathan_Weeks
Beginner
564 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
564 Views

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

Thanks,

Shenghong

0 Kudos
KitturGanesh
Employee
565 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

0 Kudos
Reply