OpenCores
URL https://opencores.org/ocsvn/openrisc_2011-10-31/openrisc_2011-10-31/trunk

Subversion Repositories openrisc_2011-10-31

[/] [openrisc/] [trunk/] [gnu-src/] [gcc-4.5.1/] [gcc/] [testsuite/] [gcc.target/] [i386/] [pr23268.c] - Blame information for rev 378

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

Line No. Rev Author Line
1 318 jeremybenn
/* PR target/23268 */
2
/* Testcase reduced by Andrew Pinski */
3
/* { dg-do compile } */
4
/* { dg-options "-O1 -ffast-math" } */
5
 
6
int
7
f (float x)
8
{
9
  int a, b;
10
  a = __builtin_log (2.f);
11
  b = __builtin_lrint (x);
12
  return (a + b);
13
}

powered by: WebSVN 2.1.0

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