Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在寻找 MMX 函数时,我注意到其中两个_m_empty和_mm_empty具有完全相同的定义。
_m_empty
_mm_empty
那么为什么它们都存在呢?其中一个比另一个年长吗?有没有手册中没有提到的区别?
差异将/应该在文档中指出。MSDN更精确。他们明确提到了这一点:
_mm_empty的同义词是_m_empty。