* config/i386/avx512fintrin.h (_mm512_set_epi16, _mm512_set_epi8,
[official-gcc.git] / gcc / testsuite / gcc.target / microblaze / isa / fsqrt.c
blob4c2466e4a555d84d6f343a15bbeebaa0bbc4528a
1 /* { dg-options "-O3 -mcpu=v6.00.a -mhard-float -mxl-float-sqrt" } */
2 #include <math.h>
4 float sqrt_func (float f)
6 /* { dg-final { scan-assembler "fsqrt\tr(\[0-9]\|\[1-2]\[0-9]\|3\[0-1]),r(\[0-9]\|\[1-2]\[0-9]\|3\[0-1])\[^0-9]" } } */
7 return sqrtf (f);