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