add wscipt files to build vphysics and game

This commit is contained in:
nillerusr
2021-04-06 22:31:58 +03:00
parent b28176ff44
commit 598de9eb49
10 changed files with 1407 additions and 53 deletions

View File

@@ -1235,11 +1235,13 @@ public:
{
#if !defined( _X360 )
Assert( dstVertex.m_vecUserData.w == -1.0f || dstVertex.m_vecUserData.w == 1.0f );
if ( nHasSIMD )
{
meshBuilder.FastVertexSSE( dstVertex );
}
else
// TODO(nillerusr): uncomment when i remove -mfpmath=387 from compiler options
//if ( nHasSIMD )
//{
// meshBuilder.FastVertexSSE( dstVertex );
//}
//else
{
meshBuilder.FastVertex( dstVertex );
}