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