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/kernel/kernel_math.h
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/kernel/kernel_math.h')
-rw-r--r--intern/cycles/kernel/kernel_math.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/intern/cycles/kernel/kernel_math.h b/intern/cycles/kernel/kernel_math.h
index 132b042a12a..453f4c8b421 100644
--- a/intern/cycles/kernel/kernel_math.h
+++ b/intern/cycles/kernel/kernel_math.h
@@ -19,6 +19,7 @@
#include "util_color.h"
#include "util_math.h"
+#include "util_math_fast.h"
#include "util_transform.h"
#endif /* __KERNEL_MATH_H__ */