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-01-30 15:56:47 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-01-30 23:49:41 +0300
commitdc1043dda0552af72396fec15dccd9d7eefee803 (patch)
treebf880778f551f7dc0565472bc577d7bf9e7be156 /intern/cycles/util/CMakeLists.txt
parent3dbfebc42caada8bb969a936cfb7a9f8ad730ca6 (diff)
Cycles: Add fast math function module
It is based on fmath.h from OIIO and could be used to give some speedup in areas where absolute accuracy is not so critical.
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 d52bcd6a7aa..1961ee8addc 100644
--- a/intern/cycles/util/CMakeLists.txt
+++ b/intern/cycles/util/CMakeLists.txt
@@ -47,6 +47,7 @@ set(SRC_HEADERS
util_logging.h
util_map.h
util_math.h
+ util_math_fast.h
util_md5.h
util_opengl.h
util_optimization.h