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

curl - PHP fsockopen help required -

HTTP/1.0 407 Proxy Authentication Required PHP -

c# - Resource not found error -