C/C++ intrinsic for assembly VMOVD -


how (in c/c++) load 32-bit integer low 32 bits of sse register, while leaving rest undefined? mean vmovd xmm0, eax same efficiency.

probably looking intrinsic _mm_cvtsi32_si128 (int a). copies lower 32 bits. upper bits set zero.


Comments

Popular posts from this blog

resizing Telegram inline keyboard -

command line - How can a Python program background itself? -

php - "cURL error 28: Resolving timed out" on Wordpress on Azure App Service on Linux -