Commit: 7901f54b82b70cd97c5acea04c4d2a7e3527285c Author: Xavier Hallade Date: Wed Jun 29 10:38:24 2022 +0200 Branches: cycles_oneapi https://developer.blender.org/rB7901f54b82b70cd97c5acea04c4d2a7e3527285c
Cleanup: fix comment in Cycles =================================================================== M intern/cycles/util/types_float3.h =================================================================== 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. */ _______________________________________________ Bf-blender-cvs mailing list Bf-blender-cvs@blender.org List details, subscription details or unsubscribe: https://lists.blender.org/mailman/listinfo/bf-blender-cvs