diff --git a/src/intel/compiler/brw_fs_scoreboard.cpp b/src/intel/compiler/brw_fs_scoreboard.cpp index 64db8f914e7..24183570da7 100644 --- a/src/intel/compiler/brw_fs_scoreboard.cpp +++ b/src/intel/compiler/brw_fs_scoreboard.cpp @@ -133,9 +133,6 @@ namespace { (inst->opcode == SHADER_OPCODE_SEL_EXEC && type_sz(inst->dst.type) > 4)) return TGL_PIPE_INT; - else if (inst->opcode == SHADER_OPCODE_BROADCAST && - !devinfo->has_64bit_float && type_sz(t) >= 8) - return TGL_PIPE_INT; else if (inst->opcode == FS_OPCODE_PACK_HALF_2x16_SPLIT) return TGL_PIPE_FLOAT; else if (type_sz(inst->dst.type) >= 8 || type_sz(t) >= 8 ||