diff options
author | Samuel Pitoiset <[email protected]> | 2019-11-08 08:22:15 +0100 |
---|---|---|
committer | Samuel Pitoiset <[email protected]> | 2019-11-15 09:07:34 +0100 |
commit | 519d9b30de96759369109e0653222f36381100e6 (patch) | |
tree | cd0aa852d2366cd665e9b9805a828ae36f3ddf3f /src/amd/vulkan/radv_shader.c | |
parent | 9a80b7fd8f282d4b448f826ff88c8770c079fb72 (diff) |
radv: remove useless RADV_DEBUG=unsafemath debug option
This option is useless and shouldn't be used at all.
Signed-off-by: Samuel Pitoiset <[email protected]>
Reviewed-by: Bas Nieuwenhuizen <[email protected]>
Diffstat (limited to 'src/amd/vulkan/radv_shader.c')
-rw-r--r-- | src/amd/vulkan/radv_shader.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/amd/vulkan/radv_shader.c b/src/amd/vulkan/radv_shader.c index ad022b24ffe..c2562c028c4 100644 --- a/src/amd/vulkan/radv_shader.c +++ b/src/amd/vulkan/radv_shader.c @@ -1188,7 +1188,6 @@ radv_shader_variant_compile(struct radv_device *device, if (key) options.key = *key; - options.unsafe_math = !!(device->instance->debug_flags & RADV_DEBUG_UNSAFE_MATH); options.supports_spill = true; options.robust_buffer_access = device->robust_buffer_access; |