Skip to content

Function mulsign

function mulsign(const T1 &, const T2 &) simd

template <typename T1, typename T2>
KFR_INTRINSIC std::common_type_t<T1, T2> mulsign(const T1& x, const T2& y)

Multiply x by the sign of y without a conditional branch.

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

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