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