| 2502 | } |
| 2503 | |
| 2504 | inline exv_float ExvMul(const exv_float& v1, const exv_float& v2) |
| 2505 | { |
| 2506 | return (_mm256_mul_ps(v1, v2)); |
| 2507 | } |
| 2508 | |
| 2509 | inline exv_float operator *(const exv_float& v1, const exv_float& v2) |
| 2510 | { |
nothing calls this directly
no outgoing calls
no test coverage detected