blob: 74c5a17588c1a643656a0faef0e5c2a824c37fca [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)
{
return __builtin_riscv_cv_simd_cmpge_b(a, b);
}
/* { dg-final { scan-assembler-times "cv\\.cmpge\\.b" 1 } } */