shader_bytecode: Fixup half float's operator B encoding

master
ReinUsesLisp 2018-12-18 04:28:50 +07:00
parent 95255899e7
commit ef061481c5
1 changed files with 1 additions and 1 deletions

@ -609,7 +609,7 @@ union Instruction {
BitField<31, 1, u64> negate_b;
BitField<30, 1, u64> abs_b;
BitField<47, 2, HalfType> type_b;
BitField<28, 2, HalfType> type_b;
BitField<35, 2, HalfType> type_c;
} alu_half;