Benchmarking C struct comparsion: XOR vs ==

前端 未结 0 1388
无人及你
无人及你 2020-12-23 19:53

Say we have a simple struct in C that has 4 fields:

typedef struct {
    int a;
    int b;
    int c;
    int d;
} value_st;

Let\'s take a lo

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