Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
__m512d 組み込みベクトルがあり、その要素の合計が必要です。これを行う簡単な方法はありますか?私は計算のパフォーマンスに集中しているので、この操作をすばやく行う必要があります。組み込みに関する私の知識は、自分で行うには十分ではないため、あなたの助けが必要です。
ありがとう :)
次の組み込み関数が役立つはずです。
double _mm512_reduce_add_pd (__m512d a)
PSガイドで便利な組み込み関数を自分で探すことができます。