[Bf-blender-cvs] [7858a232c1] temp-cycles-denoising: Cycles Denoising: Fix building after recent cleanup commit

Lukas Stockner noreply at git.blender.org
Fri Mar 24 20:41:31 CET 2017


Commit: 7858a232c13238b13e3858383b49dec4310ad1a8
Author: Lukas Stockner
Date:   Fri Mar 24 20:37:06 2017 +0100
Branches: temp-cycles-denoising
https://developer.blender.org/rB7858a232c13238b13e3858383b49dec4310ad1a8

Cycles Denoising: Fix building after recent cleanup commit

===================================================================

M	intern/cycles/device/device_cpu.cpp

===================================================================

diff --git a/intern/cycles/device/device_cpu.cpp b/intern/cycles/device/device_cpu.cpp
index fdf72e7a8e..b0fd77eb07 100644
--- a/intern/cycles/device/device_cpu.cpp
+++ b/intern/cycles/device/device_cpu.cpp
@@ -228,8 +228,6 @@ public:
 #ifdef WITH_OSL
 		kernel_globals.osl = &osl_globals;
 #endif
-		system_enable_ftz();
-
 		use_split_kernel = DebugFlags().cpu.split_kernel;
 		if(use_split_kernel) {
 			VLOG(1) << "Will be using split kernel.";




More information about the Bf-blender-cvs mailing list