gallivm: (trivial) fix ddiv cpu implementation
authorRoland Scheidegger <sroland@vmware.com>
Mon, 23 Jan 2017 17:04:12 +0000 (18:04 +0100)
committerRoland Scheidegger <sroland@vmware.com>
Tue, 24 Jan 2017 18:12:46 +0000 (19:12 +0100)
commit25208949d7293aa060a3416f8cf3cdb3ca1fbfdd
treee186ea48a06e77eaf065d81990ba5f8b4fc62532
parent3b575a955c1d84744a65160e2c45f0ce407effd8
gallivm: (trivial) fix ddiv cpu implementation

we can't use the cpu implementation of fdiv, as this one uses different
lp_build_context, which causes assertion failure.
Just use default fdiv action (there is no fast rcp for doubles which we
could potentially use anyway).

Cc: 17.0 <mesa-stable@lists.freedesktop.org>
Reviewed-by: Nicolai Hähnle <nicolai.haehnle@amd.com>
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/gallium/auxiliary/gallivm/lp_bld_tgsi_action.c