From 0d0f357de627409ab167df9dd748bf312c49d916 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marek=20Ol=C5=A1=C3=A1k?= Date: Mon, 23 Jan 2017 23:32:31 +0100 Subject: [PATCH] radeonsi: don't set +fp64-denormals MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit it's the default and the name will change to +fp64-fp16-denormals. Reviewed-by: Nicolai Hähnle --- src/gallium/drivers/radeonsi/si_pipe.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gallium/drivers/radeonsi/si_pipe.c b/src/gallium/drivers/radeonsi/si_pipe.c index 1fe8b9f2dbf..c1480d4bf27 100644 --- a/src/gallium/drivers/radeonsi/si_pipe.c +++ b/src/gallium/drivers/radeonsi/si_pipe.c @@ -33,7 +33,7 @@ #include "../ddebug/dd_util.h" #define SI_LLVM_DEFAULT_FEATURES \ - "+DumpCode,+vgpr-spilling,-fp32-denormals,+fp64-denormals,-xnack" + "+DumpCode,+vgpr-spilling,-fp32-denormals,-xnack" /* * pipe_context -- 2.30.2