x86 - SSE multiplication of 2 64-bit integers -


how multiply 2 64-bit integers 2 64-bit integers? didn't find instruction can it.

you need implement own 64 bit multiplication routine using 32 bit multiply operations. it's not going more efficient doing scalar code though, particularly there lot of shuffling of vectors required operations.


Comments

Popular posts from this blog

How to logout from a login page in asp.net -

Stack level too deep error after upgrade to rails 3.2 and ruby 1.9.3 -