Why do alignment restrictions change the behaviour of clang while vectorising?

后端 未结 0 1047
情深已故
情深已故 2021-02-06 11:25

Can anyone explain the behaviour of clang?

Array4Complex64 f1(Array4Complex64 a, Array4Complex64 b){
    return a * b;
}

This function calculates

相关标签:
回答
  • 消灭零回复
提交回复
热议问题