_m_empty 和 _mm_empty 有什么区别?
What is the difference between _m_empty and _mm_empty?
当我在寻找 MMX 函数时,我注意到其中两个 _m_empty
和 _mm_empty
具有 exactly the same definition.
那么为什么它们都存在?他们中的一个比另一个年长吗?有没有手册中没有提到的区别?
差异would/should 将在文档中指出。 MSDN 更精确。他们明确提到了这一点:
A synonym for _mm_empty is _m_empty.
当我在寻找 MMX 函数时,我注意到其中两个 _m_empty
和 _mm_empty
具有 exactly the same definition.
那么为什么它们都存在?他们中的一个比另一个年长吗?有没有手册中没有提到的区别?
差异would/should 将在文档中指出。 MSDN 更精确。他们明确提到了这一点:
A synonym for _mm_empty is _m_empty.