| 2512 | } |
| 2513 | |
| 2514 | inline exv_float ExvMadd(const exv_float& v1, const exv_float& v2, const exv_float& v3) |
| 2515 | { |
| 2516 | return (_mm256_add_ps(_mm256_mul_ps(v1, v2), v3)); |
| 2517 | } |
| 2518 | |
| 2519 | #endif |
| 2520 | } |
nothing calls this directly
no outgoing calls
no test coverage detected