Blender Git Loki
Git Commits -> Revision 47844cc
Revision 47844cc by Sergey Sharybin (cycles-x) May 4, 2021, 14:04 (GMT) |
Cleanup: Remove redundant Cycles attributes - Remove `ccl_maybe_unused` which was only defined for CPU, use more portable `ccl_attr_maybe_unused` instead. - Assume C++11 is always available, so use `constexpr` directly in the kernel code. Differential Revision: https://developer.blender.org/D11161 |
Commit Details:
Full Hash: 47844ccad682a7bf05701a1a9fad17e258fe005b
Parent Commit: be5c987
Lines Changed: +9, -15
6 Modified Paths:
/intern/cycles/kernel/device/cuda/compat.h (+0, -1) (Diff)
/intern/cycles/kernel/device/opencl/compat.h (+0, -1) (Diff)
/intern/cycles/kernel/device/optix/compat.h (+0, -1) (Diff)
/intern/cycles/kernel/integrator/integrator_intersect_shadow.h (+2, -2) (Diff)
/intern/cycles/util/util_defines.h (+0, -3) (Diff)
/intern/cycles/util/util_simd.h (+7, -7) (Diff)
/intern/cycles/kernel/device/opencl/compat.h (+0, -1) (Diff)
/intern/cycles/kernel/device/optix/compat.h (+0, -1) (Diff)
/intern/cycles/kernel/integrator/integrator_intersect_shadow.h (+2, -2) (Diff)
/intern/cycles/util/util_defines.h (+0, -3) (Diff)
/intern/cycles/util/util_simd.h (+7, -7) (Diff)