{
uint64_t exts = type.required_extensions;
- if ((exts & RVV_REQUIRE_ELEN_FP_16) &&
- !TARGET_VECTOR_ELEN_FP_16_P (riscv_vector_elen_flags))
+ if ((exts & RVV_REQUIRE_ELEN_FP_16)
+ && !TARGET_VECTOR_ELEN_FP_16_P (riscv_vector_elen_flags))
{
error_at (EXPR_LOCATION (exp),
"built-in function %qE requires the "
return false;
}
- if ((exts & RVV_REQUIRE_ELEN_FP_32) &&
- !TARGET_VECTOR_ELEN_FP_32_P (riscv_vector_elen_flags))
+ if ((exts & RVV_REQUIRE_ELEN_FP_32)
+ && !TARGET_VECTOR_ELEN_FP_32_P (riscv_vector_elen_flags))
{
error_at (EXPR_LOCATION (exp),
"built-in function %qE requires the "
return false;
}
- if ((exts & RVV_REQUIRE_ELEN_FP_64) &&
- !TARGET_VECTOR_ELEN_FP_64_P (riscv_vector_elen_flags))
+ if ((exts & RVV_REQUIRE_ELEN_FP_64)
+ && !TARGET_VECTOR_ELEN_FP_64_P (riscv_vector_elen_flags))
{
error_at (EXPR_LOCATION (exp),
"built-in function %qE requires the zve64d or v ISA extension",
return false;
}
- if ((exts & RVV_REQUIRE_ELEN_64) &&
- !TARGET_VECTOR_ELEN_64_P (riscv_vector_elen_flags))
+ if ((exts & RVV_REQUIRE_ELEN_64)
+ && !TARGET_VECTOR_ELEN_64_P (riscv_vector_elen_flags))
{
error_at (EXPR_LOCATION (exp),
"built-in function %qE requires the "