From dc1043dda0552af72396fec15dccd9d7eefee803 Mon Sep 17 00:00:00 2001 From: Sergey Sharybin Date: Fri, 30 Jan 2015 17:56:47 +0500 Subject: 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. --- SConstruct | 1 + 1 file changed, 1 insertion(+) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index 9e5d434da98..7de9f2c243c 100644 --- a/SConstruct +++ b/SConstruct @@ -1010,6 +1010,7 @@ if env['OURPLATFORM']!='darwin': source.append('intern/cycles/util/util_color.h') source.append('intern/cycles/util/util_half.h') source.append('intern/cycles/util/util_math.h') + source.append('intern/cycles/util/util_math_fast.h') source.append('intern/cycles/util/util_transform.h') source.append('intern/cycles/util/util_types.h') scriptinstall.append(env.Install(dir=dir,source=source)) -- cgit v1.2.3