How to Multiply 64 bit Numbers in LabVIEW
What is the product of 0x9D0BF6FDAC70AB52 and 0x6408F6540A1384CB? Well, according to LabVIEW for Windows, the answer is 0x2D90DE07C0C42206. According to C++ on OSX (without any optimizations, usage of Intel Intrinsic functions), the answer is also 0x2D90DE07C0C42206. The real answer is… 0x3D5E2BF7DCBCA6622D90DE07C0C42206. How do you get this number? You have to use compiler intrinsics, or calculate this value … Read more