mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-04-14 10:07:39 +08:00
Update test_eigen.cpp
spelling mistakes
This commit is contained in:
parent
9f009d0615
commit
b274a3f6d1
@ -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]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user