URL
https://opencores.org/ocsvn/openrisc/openrisc/trunk
Subversion Repositories openrisc
[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [i386/] [vcvtph2ps-3.c] - Rev 704
Go to most recent revision | Compare with Previous | Blame | View Log
/* { dg-do run } */ /* { dg-require-effective-target f16c } */ /* { dg-options "-O2 -mf16c" } */ #include "f16c-check.h" static void f16c_test (void) { unsigned short val = 0xc000; float exp = -2; float res; res = _cvtsh_ss (val); if (res != exp) abort (); }
Go to most recent revision | Compare with Previous | Blame | View Log