Skip to content
Snippets Groups Projects
Commit b274a3f6 authored by Stefan's avatar Stefan Committed by Lorenz Meier
Browse files

Update test_eigen.cpp

spelling mistakes
parent 9f009d06
No related branches found
No related tags found
No related merge requests found
......@@ -226,7 +226,7 @@ int test_eigen(int argc, char *argv[])
TEST_OP("Vector3f length squared", v1.squaredNorm());
#pragma GCC diagnostic push
#pragma GCC diagnostic ignored "-Wunused-variable"
// Need pragma here intead of moving variable out of TEST_OP and just reference because
// Need pragma here instead of moving variable out of TEST_OP and just reference because
// TEST_OP measures performance of vector operations.
TEST_OP("Vector<3> element read", volatile float a = v1(0));
TEST_OP("Vector<3> element read direct", volatile float a = v1.data()[0]);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment