MCPcopy Create free account
hub / github.com/PX4/eigen / dont_over_optimize

Function dont_over_optimize

test/geo_transformations.cpp:23–24  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21// This permits to workaround a bug in clang/llvm code generation.
22template<typename T>
23EIGEN_DONT_INLINE
24void dont_over_optimize(T& x) { volatile typename T::Scalar tmp = x(0); x(0) = tmp; }
25
26template<typename Scalar, int Mode, int Options> void non_projective_only()
27{

Callers 1

transformationsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected