Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Namespaces
Variants
    Actions

      std::experimental::overaligned_tag,std::experimental::overaligned

      From cppreference.com
      <cpp‎ |experimental‎ |simd
       
       
       
       
       
      Defined in header<experimental/simd>
      template<std::size_t N>

      struct overaligned_tag{};

      template<std::size_t N>

      inlineconstexpr overaligned_tag<N> overaligned{};
      (parallelism TS v2)

      This tag type indicates that the buffer ofcopy_from andcopy_to is aligned to N.

      [edit]Template parameters

      N - the alignment in bytes the memory access may assume

      [edit]See also

      flag indicating alignment of the load/store address to vector alignment
      (class)[edit]
      flag indicating alignment of the load/store address to element alignment
      (class)[edit]
      Retrieved from "https://en.cppreference.com/mwiki/index.php?title=cpp/experimental/simd/overaligned&oldid=156035"

      [8]ページ先頭

      ©2009-2026 Movatter.jp