7#ifndef __UTIL_TYPES_H__
8# error "Do not include this file directly, include util/types.h instead."
13#ifndef __KERNEL_NATIVE_VECTOR_TYPES__
14# ifndef __KERNEL_GPU__
39#ifdef __KERNEL_PRINTF__
40 printf(
"%s: %.8f %.8f\n",
label, (
double)a.x, (
double)a.y);
#define util_assert(statement)
#define ccl_device_inline
#define CCL_NAMESPACE_END
__forceinline float operator[](int i) const
ccl_device_inline void print_float2(ccl_private const char *label, const float2 a)
ccl_device_inline float2 make_float2(float x, float y)