SIMD
single instruction, multiple data
フリンの分類
の一つ
並列処理のためのアーキテクチャの話か?
並列処理のデザインパターン
複数のデータに対して単一の命令を適用する
https://ja.wikipedia.org/wiki/SIMD
https://qiita.com/saka1_p/items/72c7755086ec985cade6
https://www.atmarkit.co.jp/fcoding/articles/parallel/02/para02b.html
https://blog.miz-ar.info/2023/08/haskell-simd/
hs