Projet_SETI_RISC-V/riscv-gnu-toolchain/gcc/gcc/testsuite/gcc.dg/pr105211.c
2023-03-06 14:48:14 +01:00

11 lines
234 B
C

/* PR rtl-optimization/105211 */
/* { dg-do compile } */
/* { dg-options "-Os -ffast-math" } */
/* { dg-add-options float32 } */
/* { dg-require-effective-target float32 } */
short
foo (_Float32 f)
{
return __builtin_roundf (f);
}