mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 09:38:07 +02:00
radv: do not lower frexp_exp and frexp_sig
Hardware has two instructions. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Reviewed-by: Bas Nieuwenhuizen <bas@basnieuwenhuizen.nl>
This commit is contained in:
parent
52c02d921f
commit
8a6e61cc52
1 changed files with 0 additions and 1 deletions
|
|
@ -305,7 +305,6 @@ radv_shader_compile_to_nir(struct radv_device *device,
|
|||
|
||||
NIR_PASS_V(nir, nir_lower_system_values);
|
||||
NIR_PASS_V(nir, nir_lower_clip_cull_distance_arrays);
|
||||
NIR_PASS_V(nir, nir_lower_frexp);
|
||||
}
|
||||
|
||||
/* Vulkan uses the separate-shader linking model */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue