Optimizing linear access to arrays with pre-fetching and cache in C

前端 未结 3 673
[愿得一人]
[愿得一人] 2021-02-12 19:16

disclosure: I\'ve tried similar question on programmers.stack, but that place is nowhere near activity stack is.

Intro

I tend to work with lots

3条回答
  •  一整个雨季
    2021-02-12 19:44

    For the things you are doing I would look at SIMD (Single Instruction Multiple Data), google for GCC Compiler Intrinsics for details

提交回复
热议问题