Is there any way to parallel such functions with openMP?

前端 未结 0 1514
花落未央
花落未央 2021-01-21 14:02

I have a code line that I think I can parallel somehow, e.g:

int f1(a,b){
.....
}
int f2(a1,b1,a2,b2){
    //here we are calling f1 function twice
    int k = f1(         


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