[AArch64/arm] PR testsuite/85326 Avoid C++ tests when C++ compiler not present
[official-gcc.git] / gcc / testsuite / gcc.target / aarch64 / fp16_fmul_low.h
blob778ca1c245c7343b38272e586a54927c7cd50bee
1 #include "arm_neon.h"
3 float32x2_t
4 test_vfmlal_low_u32 (float32x2_t r, float16x4_t a, float16x4_t b)
6 return vfmlal_low_u32 (r, a, b);
9 float32x4_t
10 test_vfmlalq_low_u32 (float32x4_t r, float16x8_t a, float16x8_t b)
12 return vfmlalq_low_u32 (r, a, b);
15 float32x2_t
16 test_vfmlsl_low_u32 (float32x2_t r, float16x4_t a, float16x4_t b)
18 return vfmlsl_low_u32 (r, a, b);
21 float32x4_t
22 test_vfmlslq_low_u32 (float32x4_t r, float16x8_t a, float16x8_t b)
24 return vfmlslq_low_u32 (r, a, b);