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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-09-08 22:58:07 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-09-08 22:58:07 +0400
commit9b31cba74e2bd84e9988ebdab723e6e43f9b8357 (patch)
treefb8e8e539247f916784fb967387641f7a9291ace /intern/cycles/util/util_system.h
parent6b134ae357188358f1437650924ab38886386860 (diff)
Cycles: some warning fixes, cpu device task tweaks, avoid unnecessary
tonemap in non-viewport render, and some utility functions.
Diffstat (limited to 'intern/cycles/util/util_system.h')
-rw-r--r--intern/cycles/util/util_system.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/util/util_system.h b/intern/cycles/util/util_system.h
index 49a798acf03..214b3a18ca3 100644
--- a/intern/cycles/util/util_system.h
+++ b/intern/cycles/util/util_system.h
@@ -25,6 +25,7 @@ CCL_NAMESPACE_BEGIN
int system_cpu_thread_count();
string system_cpu_brand_string();
+int system_cpu_bits();
CCL_NAMESPACE_END