clang-format

This commit is contained in:
polyproxy 2025-01-26 19:17:47 +01:00
parent 823b897d25
commit ac2cc785de
No known key found for this signature in database
GPG key ID: B8ADC8F57BA18DBA

View file

@ -1837,7 +1837,8 @@ constexpr std::array<InstFormat, 71> InstructionFormatVOP1 = {{
// 22 = V_CVT_F64_U32 // 22 = V_CVT_F64_U32
{InstClass::VectorConv, InstCategory::VectorALU, 1, 1, ScalarType::Uint32, ScalarType::Float64}, {InstClass::VectorConv, InstCategory::VectorALU, 1, 1, ScalarType::Uint32, ScalarType::Float64},
// 23 = V_TRUNC_F64 // 23 = V_TRUNC_F64
{InstClass::VectorConv, InstCategory::VectorALU, 1, 1, ScalarType::Float64, ScalarType::Float64}, {InstClass::VectorConv, InstCategory::VectorALU, 1, 1, ScalarType::Float64,
ScalarType::Float64},
{}, {},
{}, {},
{}, {},