Added FMA SIMD optimization

This commit is contained in:
Christophe Riccio
2016-05-28 12:31:43 +02:00
parent 71e6b537cc
commit fdec412ff7
2 changed files with 21 additions and 0 deletions

View File

@@ -1237,6 +1237,8 @@ int main()
{
int Error = 0;
__m128 const flr0 = glm_f32v4_flr(_mm_set_ps(1.1f, 1.9f, -1.1f, -1.9f));
glm::ivec4 const a(1);
glm::ivec4 const b = ~a;