1 /* { dg-do run { target { powerpc*-*-linux* } } } */
2 /* { dg-skip-if "" { powerpc*-*-darwin* } { "*" } { "" } } */
3 /* { dg-skip-if "" { powerpc*-*-*spe* } { "*" } { "" } } */
4 /* { dg-require-effective-target vsx_hw } */
5 /* { dg-options "-mcpu=power7 -O3 -ftree-vectorize -ffast-math -mrecip=all -mrecip-precision" } */
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"
17