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

Function ExvMul

TSSimd.h:2504–2507  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected