[PATCH] D39931: AMDGPU: Don't try to enable fp64 denormals on <SI
Jan Vesely via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sun Nov 12 09:14:17 PST 2017
jvesely added a comment.
In https://reviews.llvm.org/D39931#922825, @arsenm wrote:
> FP64 support without denormals doesn't make sense. They are mandatory in the OpenCL spec
so what? this has clearly been disabled before, and it stays disabled after this change, just with less damage done in the process..
enabling fp64 denormals can be considered when fp64 support is added to eg/ni targets.
Repository:
rL LLVM
https://reviews.llvm.org/D39931
More information about the llvm-commits
mailing list