Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSergey Sharybin <sergey.vfx@gmail.com>2015-12-02 14:19:39 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-12-02 14:19:39 +0300
commit6552d5bebdc5bc990ddcdf2119b86a322b1bb4ec (patch)
tree6d60508cf426c858893239887d73ee33547ef2e3 /intern/cycles/util/CMakeLists.txt
parentd0a9ec5efcebd66896b75010ee6093b505e99ad2 (diff)
Cycles: Avoid recursion when doing constant fold
This reduces stress on the the stack memory which could be really handy on certain operation systems which applies strict limits on the stack. Reviewers: brecht, juicyfruit, dingto Reviewed By: brecht, juicyfruit, dingto Differential Revision: https://developer.blender.org/D1656
Diffstat (limited to 'intern/cycles/util/CMakeLists.txt')
-rw-r--r--intern/cycles/util/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/util/CMakeLists.txt b/intern/cycles/util/CMakeLists.txt
index e103cfa4eee..47ac2800d6d 100644
--- a/intern/cycles/util/CMakeLists.txt
+++ b/intern/cycles/util/CMakeLists.txt
@@ -58,6 +58,7 @@ set(SRC_HEADERS
util_param.h
util_path.h
util_progress.h
+ util_queue.h
util_set.h
util_simd.h
util_sseb.h