mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-31 07:40:11 +01:00
r600/sfn: Advertise support for fmulz
Signed-off-by: Gert Wollny <gert.wollny@collabora.com> Reviewed-by: Filip Gawin <filip@gawin.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/17822>
This commit is contained in:
parent
14ab267c76
commit
d7a3f17a79
1 changed files with 1 additions and 0 deletions
|
|
@ -1350,6 +1350,7 @@ bool r600_common_screen_init(struct r600_common_screen *rscreen,
|
|||
.vectorize_io = true,
|
||||
.has_umad24 = true,
|
||||
.has_umul24 = true,
|
||||
.has_fmulz = true,
|
||||
.use_interpolated_input_intrinsics = true,
|
||||
.has_fsub = true,
|
||||
.has_isub = true,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue