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