blob: ee3a5b2ac3c1e1353a23a37df59065d6363eaf2d [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_cmplt_b(a, b);
}
/* { dg-final { scan-assembler-times "cv\\.cmplt\\.b" 1 } } */