[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
Mon Nov 20 13:38:49 PST 2017
jvesely marked an inline comment as done.
jvesely added a comment.
ping
================
Comment at: lib/Target/AMDGPU/AMDGPUSubtarget.cpp:62
+ } else {
+ FullFS += "-fp64-fp16-denormals,-fp32-denormals,";
+ }
----------------
arsenm wrote:
> You shouldn't explicitly disable them either if it's not a recognized feature for r600
it is recognized, just not supported atm
Repository:
rL LLVM
https://reviews.llvm.org/D39931
More information about the llvm-commits
mailing list