Fix compilation issue in float_controls
authorPiotr Byszewski <piotr.byszewski@mobica.com>
Wed, 30 Jun 2021 12:03:40 +0000 (14:03 +0200)
committerAlexander Galazin <Alexander.Galazin@arm.com>
Thu, 1 Jul 2021 07:19:13 +0000 (07:19 +0000)
commit8b47df7a9d2eff8cad91c8787c60a4bf9d942249
tree72bb1311a3e870473e12be92922076fd960f5db9
parent0ffbdfc6d6b83cb67089f30f13622ffa6a8f9aeb
Fix compilation issue in float_controls

Two assertions in float_controls tests used conditions of type:
(x!=a || x!=b) which are always true and started triger compilation
errors on some platforms.

Components: Vulkan

Affects:
dEQP-VK.spirv_assembly.instruction.compute.float_controls.*
dEQP-VK.spirv_assembly.instruction.graphics.float_controls.*

Change-Id: I2df613acaf2cc089df29cdc8172d50f3174c6456
external/vulkancts/modules/vulkan/spirv_assembly/vktSpvAsmFloatControlsTests.cpp