Blender Git Commit Log
Git Commits -> Revision 02bac54
Revision 02bac54 by Stefan Werner (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) January 1, 2018, 15:01 (GMT) |
Compositor: Ensured 16 byte alignment for variables accessed by SSE instructions. Before this patch, the XBlur/YBlur compositor nodes would crash for me when run in a MSVC 2015 debug build (test scene: BMW27_cpu). I added the compiler instructions to explicitly align the local variables that the SSE instructions are accessing. |
Commit Details:
Full Hash: 02bac54fa9347da5074f677c2732c582bb1fa79c
Parent Commit: 8f9d9ba
Committed By: Bastien Montagne
Lines Changed: +14, -0