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

Function ExvSmearZ

TSSimd.h:2449–2452  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2447 }
2448
2449 inline exv_float ExvSmearZ(const exv_float& v)
2450 {
2451 return (_mm256_permute_ps(v, 0xAA));
2452 }
2453
2454 inline exv_float ExvSmearW(const exv_float& v)
2455 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected