![]() |
![]()
| ![]() |
![]()
NAMEstd::experimental::minmax - std::experimental::minmax Synopsis Defined in header <experimental/simd>
Parameters a - the first vector of elements for minmax
Return value An object r, where the i-th element of r.first is std::min(a[i],
b[i]), and the i-th
ExampleSee also
|