Name of algorithm used by gcc for loop array code on RISC-V

前端 未结 0 883
清歌不尽
清歌不尽 2021-01-05 18:54

When compiling the following C code using gcc RISC-V cross-compiler

typedef struct Point {
    int x;
    int y;
    int z;
} Point;

int sum(Point* p, int n,         


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