| 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 | { |
nothing calls this directly
no outgoing calls
no test coverage detected