mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 00:58:05 +02:00
agx: Lower fquantize2f16
Signed-off-by: Alyssa Rosenzweig <alyssa@rosenzweig.io> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/24616>
This commit is contained in:
parent
a257e2daad
commit
c0cb358f1b
1 changed files with 1 additions and 0 deletions
|
|
@ -260,6 +260,7 @@ static const nir_shader_compiler_options agx_nir_options = {
|
|||
.lower_int64_options =
|
||||
(nir_lower_int64_options) ~(nir_lower_iadd64 | nir_lower_imul_2x32_64),
|
||||
.lower_doubles_options = nir_lower_dmod,
|
||||
.lower_fquantize2f16 = true,
|
||||
};
|
||||
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue