Function fmadd¶
function fmadd(const T1 &, const T2 &, const T3 &) simd¶
template <typename T1, typename T2, typename T3>
KFR_INTRINSIC constexpr std::common_type_t<T1, T2, T3> fmadd(const T1& x, const T2& y, const T3& z) { … } Fused multiply-add.
Fully qualified name: kfr::fmadd(const T1 &, const T2 &, const T3 &)
Declared at simd/operators.hpp:573
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.