MCPcopy Create free account
hub / github.com/EricLengyel/Terathon-Math-Library / ExvMadd

Function ExvMadd

TSSimd.h:2514–2517  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected