Blender Git Commit Log

Git Commits -> Revision e3c76f7

Revision e3c76f7 by Sebastian Parborg (master)
October 19, 2020, 11:06 (GMT)
Fix libmv eigen alignment issues when compiling with AVX support

There would be eigen alignment issues with the custom libmv vector
class when compiling with AVX optimizations. This would lead to
segfaults.

Simply use the std::vector base class as suggested by the old TODO in
the class header.

Reviewed By: Sergey

Differential Revision: https://developer.blender.org/D8968

Commit Details:

Full Hash: e3c76f793724cd7e0ade4dc610b104fb9996901c
Parent Commit: b17ad27
Lines Changed: +11, -151

2 Modified Paths:

/intern/libmv/libmv/base/vector.h (+6, -139) (Diff)
/intern/libmv/libmv/base/vector_test.cc (+5, -12) (Diff)
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021