[Bf-blender-cvs] [be47582] soc-2016-cycles_denoising: Cycles: Actually enable FTZ

Lukas Stockner noreply at git.blender.org
Sat Dec 3 02:26:38 CET 2016


Commit: be47582c46f831e5c5f34899185a70c3d8ff78ab
Author: Lukas Stockner
Date:   Fri Dec 2 22:14:01 2016 +0100
Branches: soc-2016-cycles_denoising
https://developer.blender.org/rBbe47582c46f831e5c5f34899185a70c3d8ff78ab

Cycles: Actually enable FTZ

The previous commit added the function to enable it, but didn't ever call it...

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

M	intern/cycles/device/device_cpu.cpp

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

diff --git a/intern/cycles/device/device_cpu.cpp b/intern/cycles/device/device_cpu.cpp
index c9df3df..0f5ac8e 100644
--- a/intern/cycles/device/device_cpu.cpp
+++ b/intern/cycles/device/device_cpu.cpp
@@ -172,6 +172,7 @@ public:
 #ifdef WITH_OSL
 		kernel_globals.osl = &osl_globals;
 #endif
+		system_enable_ftz();
 	}
 
 	~CPUDevice()




More information about the Bf-blender-cvs mailing list