Module: Mesa Branch: master Commit: 0d0f357de627409ab167df9dd748bf312c49d916 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=0d0f357de627409ab167df9dd748bf312c49d916
Author: Marek Olšák <[email protected]> Date: Mon Jan 23 23:32:31 2017 +0100 radeonsi: don't set +fp64-denormals it's the default and the name will change to +fp64-fp16-denormals. Reviewed-by: Nicolai Hähnle <[email protected]> --- 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 1fe8b9f..c1480d4 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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
