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