URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-old/] [gcc-4.2.2/] [gcc/] [testsuite/] [gcc.dg/] [dfp/] [compare-eq-d32.c] - Rev 149
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-options "-std=gnu99 -O0" } */ /* C99 6.5.9 Equality operators. Compare decimal float values against each other at runtime. */ #define WIDTH 32 #include "compare-eq.h" int main () { test_compares (); return 0; }
Go to most recent revision | Compare with Previous | Blame | View Log