PDA

View Full Version : __emul Qt analog



casperbear
4th August 2011, 14:36
Hi there!

Does Qt have a function that multiplies two 32-bit integers and returns 64-bit integer. Like __emul from <intrin.h> from Visual C++ ?

SixDegrees
4th August 2011, 14:44
No. Qt is not a programming language.

wysota
4th August 2011, 17:09
C++ allows you to inline assembly code where you can use any instruction available for your cpu.