Skip to content
Snippets Groups Projects
Commit 29da9856 authored by Francisco Jerez's avatar Francisco Jerez Committed by Marge Bot
Browse files

nir/lower_int64: Enable lowering of 64-bit float to 64-bit integer conversions.


The existing code for this appears to work okay for conversions
involving 64-bit floats, relax the assert and enable the lowering
path.  This fixes 64-bit float to 64-bit integer integer conversions
on devices that have native support for 64-bit floats but lack 64-bit
integer support, like Intel MTL hardware.

Reviewed-by: default avatarBoris Brezillon <boris.brezillon@collabora.com>
Reviewed-by: default avatarIan Romanick <ian.d.romanick@intel.com>
Part-of: <!19128>
parent eac8cbb0
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment