Skip to content

Function copysign

function copysign(const vec<T, N> &, const vec<T, N> &) simd

template <typename T, size_t N>
constexpr KFR_INTRINSIC vec<T, N> copysign(const vec<T, N>& x, const vec<T, N>& y) { … }

Compose x with the magnitude of x and the sign of y .

Fully qualified name: kfr::copysign(const vec<T, N> &, const vec<T, N> &)

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