This commit is contained in:
Mahmoud Adel 2025-04-25 01:53:25 +03:00 committed by GitHub
parent cee375fd3e
commit 1627bcc575
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -868,6 +868,8 @@ Value IREmitter::Unpack2x16(const AmdGpu::NumberFormat number_format, const U32&
return Inst(Opcode::UnpackUnorm2x16, value);
case AmdGpu::NumberFormat::Snorm:
return Inst(Opcode::UnpackSnorm2x16, value);
case AmdGpu::NumberFormat::SnormNz:
return Inst(Opcode::UnpackSnormNz2x16, value);
case AmdGpu::NumberFormat::Uint:
return Inst(Opcode::UnpackUint2x16, value);
case AmdGpu::NumberFormat::Sint: