When is assembly faster than C?

前端 未结 30 2566
挽巷
挽巷 2020-12-02 03:18

One of the stated reasons for knowing assembler is that, on occasion, it can be employed to write code that will be more performant than writing that code in a higher-level

30条回答
  •  旧时难觅i
    2020-12-02 03:54

    Matrix operations using SIMD instructions is probably faster than compiler generated code.

提交回复
热议问题