View Single Post
  #3  
Old 12-25-2010, 06:15
unknownone
 
Posts: n/a
Quote:
Originally Posted by Taitch View Post
Some reasons to use intrinsics:
* Inline asm not supported in x64.
this is one pice of crap for someone developing low level stuff with c++&asm

all the code should be rewrited in order to compile for x64
Reply With Quote