blob: 27da60ac96fd4de4cf3f2894e11ec00fe6a98a7d [file] [log] [blame]
/* { dg-do compile } */
/* { dg-require-effective-target cv_simd } */
/* { dg-options "-march=rv32i_xcvsimd -mabi=ilp32" } */
int
foo1 (int a, int b, int c)
{
return __builtin_riscv_cv_simd_cplxmul_i(a, b, c, 1);
}
/* { dg-final { scan-assembler-times "cv\\.cplxmul\\.i\\.div2" 1 } } */