24 int a,
b, c, d,
e, f, g, h;
47 int a,
b, c, d,
e, f, g, h;
67make_vint8(
const int a,
const int b,
int c,
const int d,
int e,
const int f,
int g,
const int h)
70 return vint8(_mm256_set_epi32(h, g, f,
e, d, c,
b, a));
72 return {a,
b, c, d,
e, f, g, h};
79 return vint8(_mm256_set1_epi32(
i));
88 return vint8(_mm256_insertf128_si256(_mm256_castsi128_si256(a.m128),
b.m128, 1));
ATTR_WARN_UNUSED_RESULT const BMVert const BMEdge * e
btGeneric6DofConstraint & operator=(btGeneric6DofConstraint &other)
SIMD_FORCE_INLINE btVector3 & operator[](int i)
Get a mutable reference to a row of the matrix as a vector.
#define util_assert(statement)
#define ccl_device_inline
#define ccl_try_align(...)
#define CCL_NAMESPACE_END
ccl_device_inline vint8 make_vint8(const int a, const int b, int c, const int d, int e, const int f, int g, const int h)