![]() |
Blaze 3.9
|
Expression object for 32-bit floating point fused multiply-add operations. More...
#include <FMA.h>
Inherits SIMDf32< SIMDf32FmaddExpr< T1, T2, T3 > >.
Public Types | |
using | This = SIMDf32FmaddExpr< T1, T2, T3 > |
Type of this SIMDf32FMaddExpr instance. | |
using | BaseType = SIMDf32< This > |
Base type of this SIMDf32FMaddExpr instance. | |
Public Member Functions | |
BLAZE_ALWAYS_INLINE | SIMDf32FmaddExpr (const T1 &a, const T2 &b, const T3 &c) |
Constructor for the SIMDf32FmaddExpr class. More... | |
BLAZE_ALWAYS_INLINE const SIMDfloat | eval () const noexcept=delete |
Evaluation of the expression object. More... | |
Expression object for 32-bit floating point fused multiply-add operations.
The SIMDf32FmaddExpr class represents the compile time expression for 32-bit floating point fused multiply-add operations.
|
inline |
Constructor for the SIMDf32FmaddExpr class.
a | The left-hand side operand for the multiplication. |
b | The right-hand side operand for the multiplication. |
c | The right-hand side operand for the addition. |
|
deletenoexcept |
Evaluation of the expression object.