float_cmp-sf.c 98 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 //C: '-msoft-float' int main(void) { volatile float a, b; if (a==b) return 1; return 0; }