How to adjust 32-bit MMX MASM code embedded with C to compile in 64-bit?

后端 未结 0 581
没有蜡笔的小新
没有蜡笔的小新 2021-01-05 04:06

I\'m trying to convert an inherited 32-bit Windows app to 64-bit. I\'m hung up on this bit which was embedded in the 32-bit C file:

__asm {
     pxor mm0,mm0
         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题