Blender Git Commit Log
Git Commits -> Revision c961737
Revision c961737 by Sergey Sharybin (master) August 8, 2017, 20:01 (GMT) |
Cycles: Fix compilation error of filter kernels on 32 bit Windows We don't enable global SSE optimizations in regular kernel, and we keep those disabled on Linux 32bit. One possible workaround would be to pass arguments by ccl_ref, but that is quite a few of code which better be done accurately. |
Commit Details:
Full Hash: c961737d0f20fec7a1c241372d367b87fe6e4a1e
Parent Commit: b6d7cdd
Lines Changed: +0, -2