Blender Git Loki
Git Commits -> Revision 322c51e
November 13, 2016, 16:39 (GMT) |
Cycles: Fix CPU Denoising kernels after recent SSE-for-vector-types commit That change (enabling __KERNEL_SSE__ for AVX(2)) broke the ABI between the kernel and device code when int4 was passed as an argument. Now, a pointer to the first element is passed instead. |
Commit Details:
Full Hash: 322c51e8179b3cf785f120838931c8a679b0ef9d
Parent Commit: a5e4bfb
Lines Changed: +59, -49