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:
authorXavier Hallade <xavier.hallade@intel.com>2022-06-29 11:38:24 +0300
committerXavier Hallade <xavier.hallade@intel.com>2022-06-29 11:38:24 +0300
commit7901f54b82b70cd97c5acea04c4d2a7e3527285c (patch)
tree51b2f20e5dc2b2d0bc953a6479b2c19f0490574a /intern/cycles
parent25e3eb87299b0a430c584ef304df75ccfacc57b3 (diff)
Cleanup: fix comment in Cycles
Diffstat (limited to 'intern/cycles')
-rw-r--r--intern/cycles/util/types_float3.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/cycles/util/types_float3.h b/intern/cycles/util/types_float3.h
index 4f51583b20c..c7900acaa69 100644
--- a/intern/cycles/util/types_float3.h
+++ b/intern/cycles/util/types_float3.h
@@ -40,7 +40,7 @@ struct ccl_try_align(16) float3
ccl_device_inline float3 make_float3(float f);
ccl_device_inline float3 make_float3(float x, float y, float z);
ccl_device_inline void print_float3(const char *label, const float3 &a);
-#endif /* !defined(__KERNEL_GPU__) || defined(__KERNEL_ONEAPI__) */
+#endif /* !defined(__KERNEL_GPU__) */
/* Smaller float3 for storage. For math operations this must be converted to float3, so that on the
* CPU SIMD instructions can be used. */