Commit: c14d34322b7b92a6817a284457c2ac6ad2194454
Author: Bastien Montagne
Date:   Sun Nov 2 22:59:33 2014 +0100
Branches: master
https://developer.blender.org/rBc14d34322b7b92a6817a284457c2ac6ad2194454

Fix typo breaking compilation with SSE2.

Spotted by sybrenstuvel (Sybren Stüvel), thanks!

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

M       intern/cycles/device/device_cpu.cpp

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

diff --git a/intern/cycles/device/device_cpu.cpp 
b/intern/cycles/device/device_cpu.cpp
index 242cc65..e5242e7 100644
--- a/intern/cycles/device/device_cpu.cpp
+++ b/intern/cycles/device/device_cpu.cpp
@@ -266,7 +266,7 @@ public:
                        else
 #endif
 #ifdef WITH_CYCLES_OPTIMIZED_KERNEL_SSE2
-                       if(system_cpu_support_sse2()) {
+                       if(system_cpu_support_sse2())
                                convert_to_half_float_kernel = 
kernel_cpu_sse2_convert_to_half_float;
                        else
 #endif

_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to