Blender Git Commit Log
Git Commits -> Revision 83d9f8e
Revision 83d9f8e by Stefan Werner (master) November 9, 2017, 13:38 (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: 83d9f8e37963e622fbd7d8c0902d077b67618f7b
Parent Commit: 08a023d
Lines Changed: +14, -0