nir: Get rid of __[u]int64_to_fp32() and __fp32_to_[u]int64()
authorBoris Brezillon <boris.brezillon@collabora.com>
Tue, 21 Jul 2020 12:30:41 +0000 (14:30 +0200)
committerMarge Bot <eric+marge@anholt.net>
Thu, 30 Jul 2020 16:54:24 +0000 (16:54 +0000)
commite1b114868a164f8b4e0e4aeb8e79647519abc5db
tree1e5116aa3a4c661241ebb963efab2ca741ecc67a
parent025988f81853092f1ce15f3905fc4fc22714b050
nir: Get rid of __[u]int64_to_fp32() and __fp32_to_[u]int64()

Those are now handled by nir_lower_int64() which has native NIR
implementations.

Signed-off-by: Boris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: Matt Turner <mattst88@gmail.com>
Acked-by: Jason Ekstrand <jason@jlekstrand.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5588>
src/compiler/glsl/float64.glsl
src/compiler/nir/nir_lower_double_ops.c