Suppress GCC 11 conversion warning
authorMika Väinölä <mika.vainola@siru.fi>
Tue, 30 Nov 2021 11:13:52 +0000 (13:13 +0200)
committerMatthew Netsch <quic_mnetsch@quicinc.com>
Fri, 7 Jan 2022 17:11:04 +0000 (12:11 -0500)
commitebb1733e3d239ae0a19fc9be1db1a7cebbf633d9
treee4957aa099d82b0ec89a75326b99c7e0b58b0ee5
parent7734c4ede58d45d3746e77c6ef706a4df4b96da2
Suppress GCC 11 conversion warning

On GCC 11 with UBSan enabled deHalfIsIEEENaN produces warnings due to
right shift promoting the result of an expression to an int, which is
then assigned to a deUint16.

Components: Framework

VK-GL-CTS issue: 3371

Change-Id: I48526b61ead69ee14b3253fa29737499253e62bc
framework/delibs/debase/deFloat16.h