[testsuite] require sqrt_insn effective target where needed
[official-gcc.git] / gcc / testsuite / gcc.target / powerpc / bswap-brh.c
blob4dbab12891bfe6b8d568a5abe03be144cf471f9b
1 /* { dg-require-effective-target power10_ok } */
2 /* { dg-options "-O2 -mdejagnu-cpu=power10" } */
4 /* This tests whether GCC generates the ISA 3.1 16-bit byte swap
5 instruction BRH. */
7 unsigned short
8 bswap_short (unsigned short a)
10 return __builtin_bswap16 (a); /* { dg-final { scan-assembler {\mbrh\M} } } */