gallium: Drop lower_fmod64 from drivers that don't support doubles.
authorKenneth Graunke <kenneth@whitecape.org>
Mon, 3 Jun 2019 18:41:37 +0000 (11:41 -0700)
committerKenneth Graunke <kenneth@whitecape.org>
Wed, 5 Jun 2019 23:45:12 +0000 (16:45 -0700)
commitfa56a3795f9f4b15013f2163193c54611fd2b8e0
tree4a26f4ff351e8def2f3b391e52ef4cd147d8993f
parente8a60e5d50622af558301873de6bd4551ffdc0e3
gallium: Drop lower_fmod64 from drivers that don't support doubles.

Neither freedreno nor nv50 expose PIPE_CAP_DOUBLES, so there's no
fmod64 to be lowered.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
src/freedreno/ir3/ir3_nir.c
src/gallium/drivers/nouveau/nv50/nv50_screen.c