MCPcopy Create free account
hub / github.com/defold/defold / vfms

Function vfms

engine/dlib/src/basis/encoder/cppspmd_sse.h:1556–1559  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1554}
1555
1556CPPSPMD_FORCE_INLINE vfloat vfms(const vfloat& a, const vfloat& b, const vfloat& c)
1557{
1558 return vfloat{ _mm_sub_ps(_mm_mul_ps(a.m_value, b.m_value), c.m_value) };
1559}
1560
1561CPPSPMD_FORCE_INLINE vfloat vfnma(const vfloat& a, const vfloat& b, const vfloat& c)
1562{

Callers 2

sincos_est_aMethod · 0.85
atan2_estMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected