Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::experimental::max

      From cppreference.com
      <cpp‎ |experimental‎ |simd
       
       
       
       
       
      Defined in header<experimental/simd>
      template<class T,class Abi>
      simd<T, Abi> max(const simd<T, Abi>& a,const simd<T, Abi>& b)noexcept;
      (parallelism TS v2)

      Contents

      [edit]Parameters

      a - the first vector of elements for max
      b - the second vector of elements for max

      [edit]Return value

      The result of binary element-wise application ofstd::max(a[i], b[i]) for alli[0size()).

      [edit]Example

      This section is incomplete
      Reason: no example

      [edit]See also

      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/experimental/simd/max&oldid=161485"

      [8]ページ先頭

      ©2009-2025 Movatter.jp