11#ifndef __KERNEL_NATIVE_VECTOR_TYPES__
15# ifndef __KERNEL_GPU__
40 return (a.
x ==
b.x && a.
y ==
b.y && a.
z ==
b.z && a.
w ==
b.w);
SIMD_FORCE_INLINE const btScalar & z() const
Return the z value.
SIMD_FORCE_INLINE const btScalar & w() const
Return the w value.
#define util_assert(statement)
#define ccl_device_inline
#define CCL_NAMESPACE_END
__forceinline uchar & operator[](int i)
__forceinline uchar operator[](int i) const
ccl_device_inline bool operator==(const uchar4 a, const uchar4 b)
ccl_device_inline uchar4 make_uchar4(const uchar x, const uchar y, uchar z, const uchar w)