]> git.ipfire.org Git - thirdparty/gcc.git/blame - gcc/testsuite/gcc.target/powerpc/recip-7.c
Get rid of dg-skip-if etc. default args
[thirdparty/gcc.git] / gcc / testsuite / gcc.target / powerpc / recip-7.c
CommitLineData
197a6aa6 1/* { dg-do run { target { powerpc*-*-linux* powerpc*-ibm-aix* } } } */
4f4b0ab8
RO
2/* { dg-skip-if "" { powerpc*-*-darwin* } } */
3/* { dg-skip-if "" { powerpc*-*-*spe* } } */
92902797
MM
4/* { dg-require-effective-target ppc_recip_hw } */
5/* { dg-options "-O3 -ftree-vectorize -ffast-math -mrecip -mpowerpc-gfxopt -mpowerpc-gpopt -mpopcntb" } */
6
7/* Check reciprocal estimate functions for accuracy. */
8
9#include <stdio.h>
10#include <stdlib.h>
11#include <stddef.h>
12#include <math.h>
13#include <float.h>
14#include <string.h>
15
16#include "recip-test.h"