首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 开发语言 > VC/MFC >

64位系统不支持MMX(即便是Intrinsic MMX)?该如何处理

2012-09-05 
64位系统不支持MMX(即便是Intrinsic MMX)?msdn上说:MMX intrinsics use the __m64 data type, which is no

64位系统不支持MMX(即便是Intrinsic MMX)?
msdn上说:
MMX intrinsics use the __m64 data type, which is not supported on x64 processors.
有谁成功在64位程序中使用MMX吗?
难道微软这么霸道?以前的MMX程序全部作废?

[解决办法]
http://msdn.microsoft.com/en-us/library/8z56xtyh.aspx

MMX intrinsics use the __m64 data type, which is not supported on x64 processors.

热点排行