intel/compiler: add newline to limit_dispatch_width message
Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
This commit is contained in:
@@ -3521,7 +3521,7 @@ fs_visitor::nir_emit_fs_intrinsic(const fs_builder &bld,
|
||||
emit_discard_jump();
|
||||
}
|
||||
|
||||
limit_dispatch_width(16, "Fragment discard/demote not implemented in SIMD32 mode.");
|
||||
limit_dispatch_width(16, "Fragment discard/demote not implemented in SIMD32 mode.\n");
|
||||
break;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user