Skip to content

Function fmsub

function fmsub(const T1 &, const T2 &, const T3 &) simd

template <typename T1, typename T2, typename T3>
KFR_INTRINSIC constexpr std::common_type_t<T1, T2, T3> fmsub(const T1& x, const T2& y, const T3& z) { … }

Fused multiply-subtract.

Fully qualified name: kfr::fmsub(const T1 &, const T2 &, const T3 &)

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.