ps_cmp1.c 190 Bytes BlameHistoryPermalink Edit 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 ////C: '-msoft-fp-single' ////A: '--has-fpack' typedef float ps __attribute__((ext_vector_type(2))); int main(void) { volatile ps a,b; if (a==b) return 1; else return 0; }