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>2018-08-30 18:34:11 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2018-08-30 18:34:11 +0300
commit94ea566b5a185bd99c57eeaad974253896e0041c (patch)
treed1fa612fb95356b5f422586a9b031f5849cbbe49 /intern/cycles/device/device_cpu.cpp
parentcaa12b17e2dea36b28539daa809f739f7012a0cf (diff)
Cycles: Cleanup, whitespace after keyword
Diffstat (limited to 'intern/cycles/device/device_cpu.cpp')
-rw-r--r--intern/cycles/device/device_cpu.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/device/device_cpu.cpp b/intern/cycles/device/device_cpu.cpp
index 5b3761f8353..7c72ab1a009 100644
--- a/intern/cycles/device/device_cpu.cpp
+++ b/intern/cycles/device/device_cpu.cpp
@@ -1031,7 +1031,7 @@ void device_cpu_info(vector<DeviceInfo>& devices)
if(system_cpu_support_sse2()) {
info.bvh_layout_mask |= BVH_LAYOUT_BVH4;
}
- if (system_cpu_support_avx2()) {
+ if(system_cpu_support_avx2()) {
info.bvh_layout_mask |= BVH_LAYOUT_BVH8;
}
info.has_volume_decoupled = true;