Version

menu_open

◆ AKSIMD_MSUB_V4F32

#define AKSIMD_MSUB_V4F32 (   __a__,
  __b__,
  __c__ 
)    AKSIMD_SUB_V4F32( AKSIMD_MUL_V4F32( (__a__), (__b__) ), (__c__) )

Not a direct translation to vfmsq_f32 because that operation does -a*b+c, not a*b-c. Explicitly adding an additional negation tends to produce worse codegen than giving the compiler a chance to re-order things slightly

Definition at line 664 of file AkSimd.h.


Cette page a-t-elle été utile ?

Besoin d'aide ?

Des questions ? Des problèmes ? Besoin de plus d'informations ? Contactez-nous, nous pouvons vous aider !

Visitez notre page d'Aide

Décrivez-nous de votre projet. Nous sommes là pour vous aider.

Enregistrez votre projet et nous vous aiderons à démarrer sans aucune obligation !

Partir du bon pied avec Wwise