What does vectorization mean?

前端 未结 5 2241
广开言路
广开言路 2020-12-13 09:26

Is it a good idea to vectorize the code? What are good practices in terms of when to do it? What happens underneath?

5条回答
  •  攒了一身酷
    2020-12-13 10:09

    Maybe also have a look at libSIMDx86 (source code).

    A nice example well explained is:

    Choosing to Avoid Branches: A Small Altivec Example

提交回复
热议问题