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 関数を探しているときに、そのうちの 2 つ と_m_emptyが_mm_emptyまったく同じ定義であることに気付きました。
_m_empty
_mm_empty
では、なぜ両方が存在するのでしょうか。そのうちの 1 人はもう 1 人より年上ですか? マニュアルに記載されていない違いはありますか?
相違点は、ドキュメントで指摘する必要があります。MSDNはより正確です。彼らはこれを明示的に言及しています:
_mm_emptyのシノニムは_m_emptyです。