compiler/nir: add lowering option for 16-bit fmod
And enable it on Intel. v2: - Squash the change to enable this lowering on Intel (Jason) Reviewed-by: Jason Ekstrand <jason@jlekstrand.net>
This commit is contained in:

committed by
Juan A. Suarez Romero

parent
08d97aadd1
commit
ca31df6f1f
@@ -33,6 +33,7 @@
|
||||
.lower_sub = true, \
|
||||
.lower_fdiv = true, \
|
||||
.lower_scmp = true, \
|
||||
.lower_fmod16 = true, \
|
||||
.lower_fmod32 = true, \
|
||||
.lower_fmod64 = false, \
|
||||
.lower_bitfield_extract = true, \
|
||||
|
Reference in New Issue
Block a user