Add check for SSE2-support.

This commit is contained in:
Kim Kulling
2018-04-02 10:27:05 +02:00
parent 676e1c9565
commit 4d662c42b3
5 changed files with 43 additions and 3 deletions

View File

@@ -5,8 +5,6 @@ Open Asset Import Library (assimp)
Copyright (c) 2006-2018, assimp team
All rights reserved.
Redistribution and use of this software in source and binary forms,
@@ -106,4 +104,4 @@ TEST_F( utAnim, aiAnimationTest ) {
ok = false;
}
EXPECT_TRUE( ok );
}
}