E.V.E
v2023.02.15
 
Loading...
Searching...
No Matches

◆ combine

callable_combine_ eve::combine = {}
inlineconstexpr

Defined in Header

#include <eve/module/core.hpp>

Callable Signatures

namespace eve
{
TODO
}
EVE Main Namespace.
Definition abi.hpp:18

Parameters

Return value

  • TODO

Example

#include <eve/wide.hpp>
#include <iostream>
int main()
{
wide_ft pf = {-1.0f, 2.0f, -3.0f, -32768.0f};
auto pf2 = eve::combine(pf,pf);
std::cout << "pf ---> " << pf << "\n";
std::cout << "eve::combine(pf,pf) ---> " << pf2 << "\n";
}
constexpr callable_combine_ combine
Computes the TODO.
Definition combine.hpp:51
Wrapper for SIMD registers.
Definition wide.hpp:70