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

full 128-bit product of two 64-bit integers on x86-64

gastineau
Beginner
407 Views
Hi,

I want to know if the intel compiler has an intrinsic function to compute the higher part of the product of two 64-bit integers on 64 bits processors. Visual c++ has the function _mul128 which perform this operation.
And for intel c ++ on linux or macos X ?

What is the similar intrinsic functions ( or two if needed) on xeon to _m64_xmah available on itanium in order to perform the multiplication and the addition ?

Thanks,

Mickael,
0 Kudos
0 Replies
Reply