diff --git a/src/intel/vulkan_hasvk/anv_pipeline.c b/src/intel/vulkan_hasvk/anv_pipeline.c index 03fda25acfc..c49b3f803aa 100644 --- a/src/intel/vulkan_hasvk/anv_pipeline.c +++ b/src/intel/vulkan_hasvk/anv_pipeline.c @@ -93,7 +93,7 @@ anv_shader_stage_to_nir(struct anv_device *device, .physical_storage_buffer_address = pdevice->has_a64_buffer_access, .post_depth_coverage = pdevice->info.ver >= 9, .runtime_descriptor_array = true, - .float_controls = pdevice->info.ver >= 8, + .float_controls = true, .shader_clock = true, .shader_viewport_index_layer = true, .stencil_export = pdevice->info.ver >= 9,