[testsuite] require sqrt_insn effective target where needed
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / bmi2-check.h
blob389593f318c58f3ed26bdf603c97c4b750b6dc7d
1 #include <stdio.h>
2 #include <stdlib.h>
4 static void bmi2_test (void);
6 static void
7 __attribute__ ((noinline))
8 do_test (void)
10 bmi2_test ();
13 int
14 main ()
16 do_test ();
17 #ifdef DEBUG
18 printf ("PASSED\n");
19 #endif
20 return 0;