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