__builtin_unreachable with floats in GCC

后端 未结 0 774
死守一世寂寞
死守一世寂寞 2020-12-30 09:19

I have the following code, which I am compiling using gcc.

float add(float a, float b) {
    float sum = a + b;
    if (sum != 0) __builtin_unreachable();
            


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