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:
parent
f07c3fdb92
commit
03e32080a9
@ -92,7 +92,7 @@ inline XMVECTOR XM_CALLCONV XMVectorEndian
|
||||
return _mm_castsi128_ps( Result );
|
||||
}
|
||||
|
||||
}; // namespace SSSE3
|
||||
} // namespace SSSE3
|
||||
#endif // !_M_ARM
|
||||
|
||||
} // namespace DirectX;
|
Loading…
Reference in New Issue
Block a user