What is the difference between _m_empty and _mm_empty?

若如初见. 提交于 2019-12-11 03:33:22

问题


While I was looking for MMX functions, I noticed that two of them, _m_empty and _mm_empty, have exactly the same definition.

So why do they both exist ? Is one of them older than the other ? Is there a difference that is not mentioned in the manual ?


回答1:


Differences would/should be pointed out in the documentation. The MSDN is more precise. They explicitly mention this:

A synonym for _mm_empty is _m_empty.



来源:https://stackoverflow.com/questions/32413644/what-is-the-difference-between-m-empty-and-mm-empty

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!