libgomp: Document 'GOMP_teams4'
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / fp16_fmul_high.h
blobdef85038a7208725ecb1db0888a1cc651aaa4934
1 #include "arm_neon.h"
3 float32x2_t
4 test_vfmlal_high_f16 (float32x2_t r, float16x4_t a, float16x4_t b)
6 return vfmlal_high_f16 (r, a, b);
9 float32x4_t
10 test_vfmlalq_high_f16 (float32x4_t r, float16x8_t a, float16x8_t b)
12 return vfmlalq_high_f16 (r, a, b);
15 float32x2_t
16 test_vfmlsl_high_f16 (float32x2_t r, float16x4_t a, float16x4_t b)
18 return vfmlsl_high_f16 (r, a, b);
21 float32x4_t
22 test_vfmlslq_high_f16 (float32x4_t r, float16x8_t a, float16x8_t b)
24 return vfmlslq_high_f16 (r, a, b);