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

Function ExvSmearX

TSSimd.h:2439–2442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2437 }
2438
2439 inline exv_float ExvSmearX(const exv_float& v)
2440 {
2441 return (_mm256_permute_ps(v, 0x00));
2442 }
2443
2444 inline exv_float ExvSmearY(const exv_float& v)
2445 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected