nir: Drop lower_fmod64 option.
nir_lower_doubles offers a wide variety of fp64 lowering, including lowering fmod@64. The version there also better handles imprecisions due to lowered frcp@64. Let's consolidate on one version. Reviewed-by: Marek Olšák <marek.olsak@amd.com>
This commit is contained in:
@@ -2250,7 +2250,6 @@ typedef struct nir_shader_compiler_options {
|
||||
bool lower_fsqrt;
|
||||
bool lower_fmod16;
|
||||
bool lower_fmod32;
|
||||
bool lower_fmod64;
|
||||
/** Lowers ibitfield_extract/ubitfield_extract to ibfe/ubfe. */
|
||||
bool lower_bitfield_extract;
|
||||
/** Lowers ibitfield_extract/ubitfield_extract to bfm, compares, shifts. */
|
||||
|
Reference in New Issue
Block a user