Skip to content

Commit

Permalink
Revert "Fix undefined behaviour by allowing NaNs"
Browse files Browse the repository at this point in the history
This reverts commit 8b95b2a.

Reason for revert: Amber verify failures on main

Components: Vulkan
VK-GL-CTS Issue: 3787

Affects:
dEQP-VK.graphicsfuzz.cov-instruction-simplify-atanh-log-undefined

Change-Id: Ifdf1a47a32091182fa51353748ffcf4eeab92d51
(cherry picked from commit a554b6f)
  • Loading branch information
mnetsch committed Aug 11, 2022
1 parent 83ae092 commit 6024a88
Showing 1 changed file with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -56,21 +56,17 @@ SHADER vertex variant_vertex_shader PASSTHROUGH
# _GLF_color.g = _float_0_0;
# }
# }
DEVICE_EXTENSION VK_KHR_shader_float_controls
SHADER fragment variant_fragment_shader SPIRV-ASM TARGET_ENV spv1.0
; SPIR-V
; Version: 1.0
; Generator: Khronos Glslang Reference Front End; 8
; Bound: 57
; Schema: 0
OpCapability Shader
OpCapability SignedZeroInfNanPreserve
OpExtension "SPV_KHR_float_controls"
%1 = OpExtInstImport "GLSL.std.450"
OpMemoryModel Logical GLSL450
OpEntryPoint Fragment %4 "main" %9
OpExecutionMode %4 OriginUpperLeft
OpExecutionMode %4 SignedZeroInfNanPreserve 32
OpSource ESSL 310
OpName %4 "main"
OpName %9 "_GLF_color"
Expand Down

0 comments on commit 6024a88

Please sign in to comment.