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>2015-07-27 17:55:50 +0300
committerSergey Sharybin <sergey.vfx@gmail.com>2015-07-27 17:55:50 +0300
commit7973363e34167501bfb0707d8d4e31a8ddd3f91b (patch)
tree1ac7c3a2d77b0bd69d3e966d8c57d5199b532f5c /intern/cycles/util
parent40a866dad42efa20c8744a83a413d511803e68ac (diff)
Cycles: Final-ish tweaks for 32bit cubin compilation
Diffstat (limited to 'intern/cycles/util')
-rw-r--r--intern/cycles/util/util_math.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/util/util_math.h b/intern/cycles/util/util_math.h
index 2bf62df3708..97c93516496 100644
--- a/intern/cycles/util/util_math.h
+++ b/intern/cycles/util/util_math.h
@@ -1447,7 +1447,7 @@ ccl_device bool ray_triangle_intersect_uv(
return true;
}
-#if defined(__KERNEL_CUDA__) && (defined(i386) || defined(_M_IX86))
+#if defined(__KERNEL_CUDA__) && (defined(i386) || defined(_M_IX86)) && (defined(__KERNEL_EXPERIMENTAL__) || __CUDA_ARCH__ == 500)
ccl_device_noinline
#else
ccl_device