OpenCores
URL https://opencores.org/ocsvn/openrisc/openrisc/trunk

Subversion Repositories openrisc

[/] [openrisc/] [tags/] [gnu-src/] [gcc-4.5.1/] [gcc-4.5.1-or32-1.0rc1/] [gcc/] [testsuite/] [gcc.target/] [i386/] [pr23268.c] - Rev 779

Go to most recent revision | Compare with Previous | Blame | View Log

/* PR target/23268 */
/* Testcase reduced by Andrew Pinski */
/* { dg-do compile } */
/* { dg-options "-O1 -ffast-math" } */
 
int
f (float x)
{
  int a, b;
  a = __builtin_log (2.f);
  b = __builtin_lrint (x);
  return (a + b);
}
 

Go to most recent revision | Compare with Previous | Blame | View Log

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.