MCPcopy Create free account
hub / github.com/OpenPathGuidingLibrary/openpgl / asFloat

Function asFloat

third-party/embreeSrc/common/simd/vfloat8_avx.h:211–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

209 ////////////////////////////////////////////////////////////////////////////////
210
211 __forceinline vfloat8 asFloat(const vint8& a) { return _mm256_castsi256_ps(a); }
212 __forceinline vint8 asInt (const vfloat8& a) { return _mm256_castps_si256(a); }
213
214 __forceinline vint8 toInt (const vfloat8& a) { return vint8(a); }

Callers 2

miniFunction · 0.70
maxiFunction · 0.70

Calls

no outgoing calls

Tested by

no test coverage detected