Taking advantage of SSE and other CPU extensions

后端 未结 5 486
南笙
南笙 2021-02-04 06:41

Theres are couple of places in my code base where the same operation is repeated a very large number of times for a large data set. In some cases it\'s taking a considerable tim

5条回答
  •  猫巷女王i
    2021-02-04 07:05

    Good reading on the subject: Stop the instruction set war

    Short overview: Sorry, it is not possible to solve your problem in simple and most compatible (Intel vs. AMD) way.

提交回复
热议问题