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.
unsigned int で満たされたサイズ 8 の配列があるとします。
unsigned int t[8]
ここで、各要素の最初の 16 ビットを 128 ビット レジスタにロードします。
__m128i to_fill
これを行うための速い方法はありますか?ループを使用して各要素のビットをマスクする代わりに?