MCPcopy Create free account
hub / github.com/EricLengyel/Terathon-Math-Library / ExvSmearW

Function ExvSmearW

TSSimd.h:2454–2457  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2452 }
2453
2454 inline exv_float ExvSmearW(const exv_float& v)
2455 {
2456 return (_mm256_permute_ps(v, 0xFF));
2457 }
2458
2459 inline exv_float ExvSmearVecLo(const exv_float& v)
2460 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected