diff --git a/src/microsoft/compiler/nir_to_dxil.c b/src/microsoft/compiler/nir_to_dxil.c index e7a53d8398b..e072d62425c 100644 --- a/src/microsoft/compiler/nir_to_dxil.c +++ b/src/microsoft/compiler/nir_to_dxil.c @@ -73,7 +73,6 @@ nir_options = { .lower_negate = true, .lower_ffma16 = true, .lower_ffma32 = true, - .lower_ffma64 = true, .lower_isign = true, .lower_fsign = true, .lower_iabs = true,