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

Subversion Repositories openrisc

[/] [openrisc/] [trunk/] [gnu-dev/] [or1k-gcc/] [gcc/] [testsuite/] [gcc.target/] [i386/] [pr40906-3.c] - Rev 749

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

/* { dg-do run { target *-*-linux* } } */
/* { dg-require-effective-target ia32 } */
/* { dg-require-effective-target sse2 } */
/* { dg-options "-O2 -fomit-frame-pointer -fno-asynchronous-unwind-tables -msse2 -mpush-args -mno-accumulate-outgoing-args" } */
 
#include "sse2-check.h"
 
void __attribute__((noinline))
f (__float128 a)
{
  if (a != 1.23Q)
    abort ();
}
 
int __attribute__((noinline))
g (__float128 b)
{
  f (b);
  return 0;
}
 
static void
sse2_test (void)
{
  g (1.23Q);
}
 

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.