MCPcopy Create free account
hub / github.com/RenderKit/embree / shuffle

Function shuffle

common/math/vec3.h:309–311  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307
308 template<int i0, int i1, int i2, int i3>
309 __forceinline Vec3<vfloat4> shuffle(const Vec3<vfloat4>& b) {
310 return Vec3<vfloat4>(shuffle<i0,i1,i2,i3>(b.x), shuffle<i0,i1,i2,i3>(b.y), shuffle<i0,i1,i2,i3>(b.z));
311 }
312#endif
313
314#if defined(__AVX__)

Callers 2

sortTestsFunction · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected