1
0
mirror of https://github.com/microsoft/DirectXMath synced 2024-11-09 14:10:09 +00:00

Fix minor namespace syntax issue

This commit is contained in:
Chuck Walbourn 2018-02-23 22:41:42 -08:00
parent f07c3fdb92
commit 03e32080a9

View File

@ -92,7 +92,7 @@ inline XMVECTOR XM_CALLCONV XMVectorEndian
return _mm_castsi128_ps( Result );
}
}; // namespace SSSE3
} // namespace SSSE3
#endif // !_M_ARM
} // namespace DirectX;